
Yes so i add the HTML for the thing that gave me that error?
If i copy and paste it in here will you sort it for me?
Ross
just php include http://hhgs.net/radiodjpanel/rares/values_public.php into http://www.hhgs.net/rare_values.php so that way when you edit it using the panel it will still change on the forum
.:.:#14:.:. .:.: Impossible Is Nothing :.:. .:.: 845 Rep:.:.
.:.: Stand up for what is right, even if you stand alone:.:.
Use the following code:
Where it says "Your content" add your HTML.PHP Code:<?php
$curdir = getcwd ();
chdir('/LINK TO/public_html/forum');
require_once('/LINK TO/public_html/forum/global.php');
chdir ($curdir);
echo $headinclude;
echo $header;
echo $navbar;
?>
Your Content
<?php
echo $footer;
?>
Last edited by Agesilaus; 17-12-2007 at 12:57 AM.
Ok so this:
<html>
<head>
<?php
require('../connect.php');
$result = mysql_query("SELECT sitename FROM rp_data");
$row = mysql_fetch_array($result);
echo '<title>' . $row['sitename'] . ' Rare Values</title>';
?>
<meta http-equiv="content-type" content="charset=UTF-8">
<link rel="StyleSheet" href="style_public.css" type="text/css">
<SCRIPT language="JavaScript1.2" src="main.js"type="text/javascript"></SCRIPT>
</head>
<body>
<div id="TipLayer" style="visibility:hidden;position:absolute;z-index:1000;top:-100;font-family:Verdana;font-size:10px;"></DIV>
<center>
<?php
$result = mysql_query("SELECT * FROM rp_data");
$row = mysql_fetch_array($result);
echo '<h1><b><u>' . $row['sitename'] . ' Rare Values</b></u><br/>-Javascript Is Required To View Values-</h1><p></p>';
$spacing = '<p></p><br/>';
?>
<?php
#####################################
# UK Rares
#####################################
echo '<b>UK Rares</b>';
$result = mysql_query("SELECT * FROM rp_rares WHERE category = 'UK Rares' ORDER BY hcsofa DESC");
$max_col = '13';
$current_col = '0';
$current_js = '0';
echo '<table>';
while ($row = mysql_fetch_array($result)) {
if($current_col == '0'){
echo '<tr class="text">';
}
if($row['updown'] == "Halted"){
echo '<script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,Titl eBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[' . $current_js . ']=["' . $row['name'] . '","<table><tr><td><img src=' . $row['img'] . '></td><td><font color=black><b>Club Sofa(s):</b> ' . $row['hcsofa'] . '<br/><b>Duck(s):</b> ' . $row['ducks'] . '<br/><b>Up/Down:</b> <font color=blue>' . $row['updown'] . '</font></td></tr></table>"]
Style[' . $current_js . ']=["white","black","#000099","#E8E8FF","","","","","" ,"","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script>';
echo '<td>
<a href="#" onMouseOver="stm(Text[' . $current_js . '],Style[' . $current_js . '])" onMouseOut="htm()"><img src="' . $row['img'] . '" border="0"></a>
</td>';
}
if($row['updown'] == "Increased"){
echo '<script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,Titl eBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[' . $current_js . ']=["' . $row['name'] . '","<table><tr><td><img src=' . $row['img'] . '></td><td><font color=black><b>Club Sofa(s):</b> ' . $row['hcsofa'] . '<br/><b>Duck(s):</b> ' . $row['ducks'] . '<br/><b>Up/Down:</b> <font color=green>' . $row['updown'] . '</font></td></tr></table>"]
Style[' . $current_js . ']=["white","black","#000099","#E8E8FF","","","","","" ,"","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script>';
echo '<td>
<a href="#" onMouseOver="stm(Text[' . $current_js . '],Style[' . $current_js . '])" onMouseOut="htm()"><img src="' . $row['img'] . '" border="0"></a>
</td>';
}
if($row['updown'] == "Decreased"){
echo '<script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,Titl eBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[' . $current_js . ']=["' . $row['name'] . '","<table><tr><td><img src=' . $row['img'] . '></td><td><font color=black><b>Club Sofa(s):</b> ' . $row['hcsofa'] . '<br/><b>Duck(s):</b> ' . $row['ducks'] . '<br/><b>Up/Down:</b> <font color=red>' . $row['updown'] . '</font></td></tr></table>"]
Style[' . $current_js . ']=["white","black","#000099","#E8E8FF","","","","","" ,"","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script>';
echo '<td>
<a href="#" onMouseOver="stm(Text[' . $current_js . '],Style[' . $current_js . '])" onMouseOut="htm()"><img src="' . $row['img'] . '" border="0"></a>
</td>';
}
$current_col++;
$current_js++;
if($current_col >= $max_col){
echo '</tr>';
$current_col = '0';
}
}
if($current_col != '0'){
echo '</tr>';
}
echo '</table>';
echo $spacing;
?>
<?php
#####################################
# UK Supers
#####################################
echo '<b>UK Supers</b>';
$result = mysql_query("SELECT * FROM rp_rares WHERE category = 'UK Supers' ORDER BY hcsofa DESC");
$max_col = '13';
$current_col = '0';
$current_js = '500';
echo '<table>';
while ($row = mysql_fetch_assoc($result)) {
if($current_col == '0'){
echo '<tr class="text">';
}
if($row['updown'] == "Halted"){
echo '<script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,Titl eBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[' . $current_js . ']=["' . $row['name'] . '","<table><tr><td><img src=' . $row['img'] . '></td><td><font color=black><b>Club Sofa(s):</b> ' . $row['hcsofa'] . '<br/><b>Duck(s):</b> ' . $row['ducks'] . '<br/><b>Up/Down:</b> <font color=blue>' . $row['updown'] . '</font></td></tr></table>"]
Style[' . $current_js . ']=["white","black","#000099","#E8E8FF","","","","","" ,"","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script>';
echo '<td>
<a href="#" onMouseOver="stm(Text[' . $current_js . '],Style[' . $current_js . '])" onMouseOut="htm()"><img src="' . $row['img'] . '" border="0"></a>
</td>';
}
if($row['updown'] == "Increased"){
echo '<script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,Titl eBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[' . $current_js . ']=["' . $row['name'] . '","<table><tr><td><img src=' . $row['img'] . '></td><td><font color=black><b>Club Sofa(s):</b> ' . $row['hcsofa'] . '<br/><b>Duck(s):</b> ' . $row['ducks'] . '<br/><b>Up/Down:</b> <font color=green>' . $row['updown'] . '</font></td></tr></table>"]
Style[' . $current_js . ']=["white","black","#000099","#E8E8FF","","","","","" ,"","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script>';
echo '<td>
<a href="#" onMouseOver="stm(Text[' . $current_js . '],Style[' . $current_js . '])" onMouseOut="htm()"><img src="' . $row['img'] . '" border="0"></a>
</td>';
}
if($row['updown'] == "Decreased"){
echo '<script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,Titl eBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[' . $current_js . ']=["' . $row['name'] . '","<table><tr><td><img src=' . $row['img'] . '></td><td><font color=black><b>Club Sofa(s):</b> ' . $row['hcsofa'] . '<br/><b>Duck(s):</b> ' . $row['ducks'] . '<br/><b>Up/Down:</b> <font color=red>' . $row['updown'] . '</font></td></tr></table>"]
Style[' . $current_js . ']=["white","black","#000099","#E8E8FF","","","","","" ,"","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script>';
echo '<td>
<a href="#" onMouseOver="stm(Text[' . $current_js . '],Style[' . $current_js . '])" onMouseOut="htm()"><img src="' . $row['img'] . '" border="0"></a>
</td>';
}
$current_col++;
$current_js++;
if($current_col >= $max_col){
echo '</tr>';
$current_col = '0';
}
}
if($current_col != '0'){
echo '</tr>';
}
echo '</table>';
echo $spacing;
?>
<?php
#####################################
# UK Seasonal
#####################################
echo '<b>UK Seasonal</b>';
$result = mysql_query("SELECT * FROM rp_rares WHERE category = 'UK Seasonal' ORDER BY hcsofa DESC");
$max_col = '13';
$current_col = '0';
$current_js = '1000';
echo '<table>';
while ($row = mysql_fetch_assoc($result)) {
if($current_col == '0'){
echo '<tr class="text">';
}
if($row['updown'] == "Halted"){
echo '<script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,Titl eBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[' . $current_js . ']=["' . $row['name'] . '","<table><tr><td><img src=' . $row['img'] . '></td><td><font color=black><b>Club Sofa(s):</b> ' . $row['hcsofa'] . '<br/><b>Duck(s):</b> ' . $row['ducks'] . '<br/><b>Up/Down:</b> <font color=blue>' . $row['updown'] . '</font></td></tr></table>"]
Style[' . $current_js . ']=["white","black","#000099","#E8E8FF","","","","","" ,"","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script>';
echo '<td>
<a href="#" onMouseOver="stm(Text[' . $current_js . '],Style[' . $current_js . '])" onMouseOut="htm()"><img src="' . $row['img'] . '" border="0"></a>
</td>';
}
if($row['updown'] == "Increased"){
echo '<script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,Titl eBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[' . $current_js . ']=["' . $row['name'] . '","<table><tr><td><img src=' . $row['img'] . '></td><td><font color=black><b>Club Sofa(s):</b> ' . $row['hcsofa'] . '<br/><b>Duck(s):</b> ' . $row['ducks'] . '<br/><b>Up/Down:</b> <font color=green>' . $row['updown'] . '</font></td></tr></table>"]
Style[' . $current_js . ']=["white","black","#000099","#E8E8FF","","","","","" ,"","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script>';
echo '<td>
<a href="#" onMouseOver="stm(Text[' . $current_js . '],Style[' . $current_js . '])" onMouseOut="htm()"><img src="' . $row['img'] . '" border="0"></a>
</td>';
}
if($row['updown'] == "Decreased"){
echo '<script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,Titl eBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[' . $current_js . ']=["' . $row['name'] . '","<table><tr><td><img src=' . $row['img'] . '></td><td><font color=black><b>Club Sofa(s):</b> ' . $row['hcsofa'] . '<br/><b>Duck(s):</b> ' . $row['ducks'] . '<br/><b>Up/Down:</b> <font color=red>' . $row['updown'] . '</font></td></tr></table>"]
Style[' . $current_js . ']=["white","black","#000099","#E8E8FF","","","","","" ,"","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script>';
echo '<td>
<a href="#" onMouseOver="stm(Text[' . $current_js . '],Style[' . $current_js . '])" onMouseOut="htm()"><img src="' . $row['img'] . '" border="0"></a>
</td>';
}
$current_col++;
$current_js++;
if($current_col >= $max_col){
echo '</tr>';
$current_col = '0';
}
}
if($current_col != '0'){
echo '</tr>';
}
echo '</table>';
echo $spacing;
?>
<?php
#####################################
# UK Misc
#####################################
echo '<b>UK Misc</b>';
$result = mysql_query("SELECT * FROM rp_rares WHERE category = 'UK Misc' ORDER BY hcsofa DESC");
$max_col = '13';
$current_col = '0';
$current_js = '100000000000';
echo '<table>';
while ($row = mysql_fetch_assoc($result)) {
if($current_col == '0'){
echo '<tr class="text">';
}
if($row['updown'] == "Halted"){
echo '<script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,Titl eBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[' . $current_js . ']=["' . $row['name'] . '","<table><tr><td><img src=' . $row['img'] . '></td><td><font color=black><b>Club Sofa(s):</b> ' . $row['hcsofa'] . '<br/><b>Duck(s):</b> ' . $row['ducks'] . '<br/><b>Up/Down:</b> <font color=blue>' . $row['updown'] . '</font></td></tr></table>"]
Style[' . $current_js . ']=["white","black","#000099","#E8E8FF","","","","","" ,"","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script>';
echo '<td>
<a href="#" onMouseOver="stm(Text[' . $current_js . '],Style[' . $current_js . '])" onMouseOut="htm()"><img src="' . $row['img'] . '" border="0"></a>
</td>';
}
if($row['updown'] == "Increased"){
echo '<script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,Titl eBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[' . $current_js . ']=["' . $row['name'] . '","<table><tr><td><img src=' . $row['img'] . '></td><td><font color=black><b>Club Sofa(s):</b> ' . $row['hcsofa'] . '<br/><b>Duck(s):</b> ' . $row['ducks'] . '<br/><b>Up/Down:</b> <font color=green>' . $row['updown'] . '</font></td></tr></table>"]
Style[' . $current_js . ']=["white","black","#000099","#E8E8FF","","","","","" ,"","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script>';
echo '<td>
<a href="#" onMouseOver="stm(Text[' . $current_js . '],Style[' . $current_js . '])" onMouseOut="htm()"><img src="' . $row['img'] . '" border="0"></a>
</td>';
}
if($row['updown'] == "Decreased"){
echo '<script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,Titl eBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[' . $current_js . ']=["' . $row['name'] . '","<table><tr><td><img src=' . $row['img'] . '></td><td><font color=black><b>Club Sofa(s):</b> ' . $row['hcsofa'] . '<br/><b>Duck(s):</b> ' . $row['ducks'] . '<br/><b>Up/Down:</b> <font color=red>' . $row['updown'] . '</font></td></tr></table>"]
Style[' . $current_js . ']=["white","black","#000099","#E8E8FF","","","","","" ,"","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script>';
echo '<td>
<a href="#" onMouseOver="stm(Text[' . $current_js . '],Style[' . $current_js . '])" onMouseOut="htm()"><img src="' . $row['img'] . '" border="0"></a>
</td>';
}
$current_col++;
$current_js++;
if($current_col >= $max_col){
echo '</tr>';
$current_col = '0';
}
}
if($current_col != '0'){
echo '</tr>';
}
echo '</table>';
echo $spacing;
?>
<?php
#####################################
# US Rares
#####################################
echo '<b>US Rares</b>';
$result = mysql_query("SELECT * FROM rp_rares WHERE category = 'US Rares' ORDER BY hcsofa DESC");
$max_col = '13';
$current_col = '0';
$current_js = '1500';
echo '<table>';
while ($row = mysql_fetch_assoc($result)) {
if($current_col == '0'){
echo '<tr class="text">';
}
if($row['updown'] == "Halted"){
echo '<script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,Titl eBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[' . $current_js . ']=["' . $row['name'] . '","<table><tr><td><img src=' . $row['img'] . '></td><td><font color=black><b>Club Sofa(s):</b> ' . $row['hcsofa'] . '<br/><b>Duck(s):</b> ' . $row['ducks'] . '<br/><b>Up/Down:</b> <font color=blue>' . $row['updown'] . '</font></td></tr></table>"]
Style[' . $current_js . ']=["white","black","#000099","#E8E8FF","","","","","" ,"","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script>';
echo '<td>
<a href="#" onMouseOver="stm(Text[' . $current_js . '],Style[' . $current_js . '])" onMouseOut="htm()"><img src="' . $row['img'] . '" border="0"></a>
</td>';
}
if($row['updown'] == "Increased"){
echo '<script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,Titl eBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[' . $current_js . ']=["' . $row['name'] . '","<table><tr><td><img src=' . $row['img'] . '></td><td><font color=black><b>Club Sofa(s):</b> ' . $row['hcsofa'] . '<br/><b>Duck(s):</b> ' . $row['ducks'] . '<br/><b>Up/Down:</b> <font color=green>' . $row['updown'] . '</font></td></tr></table>"]
Style[' . $current_js . ']=["white","black","#000099","#E8E8FF","","","","","" ,"","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script>';
echo '<td>
<a href="#" onMouseOver="stm(Text[' . $current_js . '],Style[' . $current_js . '])" onMouseOut="htm()"><img src="' . $row['img'] . '" border="0"></a>
</td>';
}
if($row['updown'] == "Decreased"){
echo '<script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,Titl eBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[' . $current_js . ']=["' . $row['name'] . '","<table><tr><td><img src=' . $row['img'] . '></td><td><font color=black><b>Club Sofa(s):</b> ' . $row['hcsofa'] . '<br/><b>Duck(s):</b> ' . $row['ducks'] . '<br/><b>Up/Down:</b> <font color=red>' . $row['updown'] . '</font></td></tr></table>"]
Style[' . $current_js . ']=["white","black","#000099","#E8E8FF","","","","","" ,"","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script>';
echo '<td>
<a href="#" onMouseOver="stm(Text[' . $current_js . '],Style[' . $current_js . '])" onMouseOut="htm()"><img src="' . $row['img'] . '" border="0"></a>
</td>';
}
$current_col++;
$current_js++;
if($current_col >= $max_col){
echo '</tr>';
$current_col = '0';
}
}
if($current_col != '0'){
echo '</tr>';
}
echo '</table>';
echo $spacing;
?>
<?php
#####################################
# US Supers
#####################################
echo '<b>US Supers</b>';
$result = mysql_query("SELECT * FROM rp_rares WHERE category = 'US Supers' ORDER BY hcsofa DESC");
$max_col = '13';
$current_col = '0';
$current_js = '2000';
echo '<table>';
while ($row = mysql_fetch_assoc($result)) {
if($current_col == '0'){
echo '<tr class="text">';
}
if($row['updown'] == "Halted"){
echo '<script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,Titl eBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[' . $current_js . ']=["' . $row['name'] . '","<table><tr><td><img src=' . $row['img'] . '></td><td><font color=black><b>Club Sofa(s):</b> ' . $row['hcsofa'] . '<br/><b>Duck(s):</b> ' . $row['ducks'] . '<br/><b>Up/Down:</b> <font color=blue>' . $row['updown'] . '</font></td></tr></table>"]
Style[' . $current_js . ']=["white","black","#000099","#E8E8FF","","","","","" ,"","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script>';
echo '<td>
<a href="#" onMouseOver="stm(Text[' . $current_js . '],Style[' . $current_js . '])" onMouseOut="htm()"><img src="' . $row['img'] . '" border="0"></a>
</td>';
}
if($row['updown'] == "Increased"){
echo '<script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,Titl eBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[' . $current_js . ']=["' . $row['name'] . '","<table><tr><td><img src=' . $row['img'] . '></td><td><font color=black><b>Club Sofa(s):</b> ' . $row['hcsofa'] . '<br/><b>Duck(s):</b> ' . $row['ducks'] . '<br/><b>Up/Down:</b> <font color=green>' . $row['updown'] . '</font></td></tr></table>"]
Style[' . $current_js . ']=["white","black","#000099","#E8E8FF","","","","","" ,"","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script>';
echo '<td>
<a href="#" onMouseOver="stm(Text[' . $current_js . '],Style[' . $current_js . '])" onMouseOut="htm()"><img src="' . $row['img'] . '" border="0"></a>
</td>';
}
if($row['updown'] == "Decreased"){
echo '<script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,Titl eBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[' . $current_js . ']=["' . $row['name'] . '","<table><tr><td><img src=' . $row['img'] . '></td><td><font color=black><b>Club Sofa(s):</b> ' . $row['hcsofa'] . '<br/><b>Duck(s):</b> ' . $row['ducks'] . '<br/><b>Up/Down:</b> <font color=red>' . $row['updown'] . '</font></td></tr></table>"]
Style[' . $current_js . ']=["white","black","#000099","#E8E8FF","","","","","" ,"","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script>';
echo '<td>
<a href="#" onMouseOver="stm(Text[' . $current_js . '],Style[' . $current_js . '])" onMouseOut="htm()"><img src="' . $row['img'] . '" border="0"></a>
</td>';
}
$current_col++;
$current_js++;
if($current_col >= $max_col){
echo '</tr>';
$current_col = '0';
}
}
if($current_col != '0'){
echo '</tr>';
}
echo '</table>';
echo $spacing;
?>
<?php
#####################################
# US Seasonal
#####################################
echo '<b>US Seasonal</b>';
$result = mysql_query("SELECT * FROM rp_rares WHERE category = 'US Seasonal' ORDER BY hcsofa DESC");
$max_col = '13';
$current_col = '0';
$current_js = '2500';
echo '<table>';
while ($row = mysql_fetch_assoc($result)) {
if($current_col == '0'){
echo '<tr class="text">';
}
if($row['updown'] == "Halted"){
echo '<script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,Titl eBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[' . $current_js . ']=["' . $row['name'] . '","<table><tr><td><img src=' . $row['img'] . '></td><td><font color=black><b>Club Sofa(s):</b> ' . $row['hcsofa'] . '<br/><b>Duck(s):</b> ' . $row['ducks'] . '<br/><b>Up/Down:</b> <font color=blue>' . $row['updown'] . '</font></td></tr></table>"]
Style[' . $current_js . ']=["white","black","#000099","#E8E8FF","","","","","" ,"","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script>';
echo '<td>
<a href="#" onMouseOver="stm(Text[' . $current_js . '],Style[' . $current_js . '])" onMouseOut="htm()"><img src="' . $row['img'] . '" border="0"></a>
</td>';
}
if($row['updown'] == "Increased"){
echo '<script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,Titl eBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[' . $current_js . ']=["' . $row['name'] . '","<table><tr><td><img src=' . $row['img'] . '></td><td><font color=black><b>Club Sofa(s):</b> ' . $row['hcsofa'] . '<br/><b>Duck(s):</b> ' . $row['ducks'] . '<br/><b>Up/Down:</b> <font color=green>' . $row['updown'] . '</font></td></tr></table>"]
Style[' . $current_js . ']=["white","black","#000099","#E8E8FF","","","","","" ,"","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script>';
echo '<td>
<a href="#" onMouseOver="stm(Text[' . $current_js . '],Style[' . $current_js . '])" onMouseOut="htm()"><img src="' . $row['img'] . '" border="0"></a>
</td>';
}
if($row['updown'] == "Decreased"){
echo '<script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,Titl eBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[' . $current_js . ']=["' . $row['name'] . '","<table><tr><td><img src=' . $row['img'] . '></td><td><font color=black><b>Club Sofa(s):</b> ' . $row['hcsofa'] . '<br/><b>Duck(s):</b> ' . $row['ducks'] . '<br/><b>Up/Down:</b> <font color=red>' . $row['updown'] . '</font></td></tr></table>"]
Style[' . $current_js . ']=["white","black","#000099","#E8E8FF","","","","","" ,"","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script>';
echo '<td>
<a href="#" onMouseOver="stm(Text[' . $current_js . '],Style[' . $current_js . '])" onMouseOut="htm()"><img src="' . $row['img'] . '" border="0"></a>
</td>';
}
$current_col++;
$current_js++;
if($current_col >= $max_col){
echo '</tr>';
$current_col = '0';
}
}
if($current_col != '0'){
echo '</tr>';
}
echo '</table>';
echo $spacing;
?>
<?php
#####################################
# CA Rares
#####################################
echo '<b>CA Rares</b>';
$result = mysql_query("SELECT * FROM rp_rares WHERE category = 'CA Rares' ORDER BY hcsofa DESC");
$max_col = '13';
$current_col = '0';
$current_js = '3000';
echo '<table>';
while ($row = mysql_fetch_assoc($result)) {
if($current_col == '0'){
echo '<tr class="text">';
}
if($row['updown'] == "Halted"){
echo '<script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,Titl eBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[' . $current_js . ']=["' . $row['name'] . '","<table><tr><td><img src=' . $row['img'] . '></td><td><font color=black><b>Club Sofa(s):</b> ' . $row['hcsofa'] . '<br/><b>Duck(s):</b> ' . $row['ducks'] . '<br/><b>Up/Down:</b> <font color=blue>' . $row['updown'] . '</font></td></tr></table>"]
Style[' . $current_js . ']=["white","black","#000099","#E8E8FF","","","","","" ,"","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script>';
echo '<td>
<a href="#" onMouseOver="stm(Text[' . $current_js . '],Style[' . $current_js . '])" onMouseOut="htm()"><img src="' . $row['img'] . '" border="0"></a>
</td>';
}
if($row['updown'] == "Increased"){
echo '<script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,Titl eBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[' . $current_js . ']=["' . $row['name'] . '","<table><tr><td><img src=' . $row['img'] . '></td><td><font color=black><b>Club Sofa(s):</b> ' . $row['hcsofa'] . '<br/><b>Duck(s):</b> ' . $row['ducks'] . '<br/><b>Up/Down:</b> <font color=green>' . $row['updown'] . '</font></td></tr></table>"]
Style[' . $current_js . ']=["white","black","#000099","#E8E8FF","","","","","" ,"","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script>';
echo '<td>
<a href="#" onMouseOver="stm(Text[' . $current_js . '],Style[' . $current_js . '])" onMouseOut="htm()"><img src="' . $row['img'] . '" border="0"></a>
</td>';
}
if($row['updown'] == "Decreased"){
echo '<script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,Titl eBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[' . $current_js . ']=["' . $row['name'] . '","<table><tr><td><img src=' . $row['img'] . '></td><td><font color=black><b>Club Sofa(s):</b> ' . $row['hcsofa'] . '<br/><b>Duck(s):</b> ' . $row['ducks'] . '<br/><b>Up/Down:</b> <font color=red>' . $row['updown'] . '</font></td></tr></table>"]
Style[' . $current_js . ']=["white","black","#000099","#E8E8FF","","","","","" ,"","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script>';
echo '<td>
<a href="#" onMouseOver="stm(Text[' . $current_js . '],Style[' . $current_js . '])" onMouseOut="htm()"><img src="' . $row['img'] . '" border="0"></a>
</td>';
}
$current_col++;
$current_js++;
if($current_col >= $max_col){
echo '</tr>';
$current_col = '0';
}
}
if($current_col != '0'){
echo '</tr>';
}
echo '</table>';
echo $spacing;
?>
<?php
#####################################
# CA Supers
#####################################
echo '<b>CA Supers</b>';
$result = mysql_query("SELECT * FROM rp_rares WHERE category = 'CA Supers' ORDER BY hcsofa DESC");
$max_col = '13';
$current_col = '0';
$current_js = '3500';
echo '<table>';
while ($row = mysql_fetch_assoc($result)) {
if($current_col == '0'){
echo '<tr class="text">';
}
if($row['updown'] == "Halted"){
echo '<script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,Titl eBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[' . $current_js . ']=["' . $row['name'] . '","<table><tr><td><img src=' . $row['img'] . '></td><td><font color=black><b>Club Sofa(s):</b> ' . $row['hcsofa'] . '<br/><b>Duck(s):</b> ' . $row['ducks'] . '<br/><b>Up/Down:</b> <font color=blue>' . $row['updown'] . '</font></td></tr></table>"]
Style[' . $current_js . ']=["white","black","#000099","#E8E8FF","","","","","" ,"","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script>';
echo '<td>
<a href="#" onMouseOver="stm(Text[' . $current_js . '],Style[' . $current_js . '])" onMouseOut="htm()"><img src="' . $row['img'] . '" border="0"></a>
</td>';
}
if($row['updown'] == "Increased"){
echo '<script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,Titl eBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[' . $current_js . ']=["' . $row['name'] . '","<table><tr><td><img src=' . $row['img'] . '></td><td><font color=black><b>Club Sofa(s):</b> ' . $row['hcsofa'] . '<br/><b>Duck(s):</b> ' . $row['ducks'] . '<br/><b>Up/Down:</b> <font color=green>' . $row['updown'] . '</font></td></tr></table>"]
Style[' . $current_js . ']=["white","black","#000099","#E8E8FF","","","","","" ,"","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script>';
echo '<td>
<a href="#" onMouseOver="stm(Text[' . $current_js . '],Style[' . $current_js . '])" onMouseOut="htm()"><img src="' . $row['img'] . '" border="0"></a>
</td>';
}
if($row['updown'] == "Decreased"){
echo '<script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,Titl eBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[' . $current_js . ']=["' . $row['name'] . '","<table><tr><td><img src=' . $row['img'] . '></td><td><font color=black><b>Club Sofa(s):</b> ' . $row['hcsofa'] . '<br/><b>Duck(s):</b> ' . $row['ducks'] . '<br/><b>Up/Down:</b> <font color=red>' . $row['updown'] . '</font></td></tr></table>"]
Style[' . $current_js . ']=["white","black","#000099","#E8E8FF","","","","","" ,"","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script>';
echo '<td>
<a href="#" onMouseOver="stm(Text[' . $current_js . '],Style[' . $current_js . '])" onMouseOut="htm()"><img src="' . $row['img'] . '" border="0"></a>
</td>';
}
$current_col++;
$current_js++;
if($current_col >= $max_col){
echo '</tr>';
$current_col = '0';
}
}
if($current_col != '0'){
echo '</tr>';
}
echo '</table>';
echo $spacing;
?>
<?php
#####################################
# CA Seasonal
#####################################
echo '<b>CA Seasonal</b>';
$result = mysql_query("SELECT * FROM rp_rares WHERE category = 'CA Seasonal' ORDER BY hcsofa DESC");
$max_col = '13';
$current_col = '0';
$current_js = '4000';
echo '<table>';
while ($row = mysql_fetch_assoc($result)) {
if($current_col == '0'){
echo '<tr class="text">';
}
if($row['updown'] == "Halted"){
echo '<script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,Titl eBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[' . $current_js . ']=["' . $row['name'] . '","<table><tr><td><img src=' . $row['img'] . '></td><td><font color=black><b>Club Sofa(s):</b> ' . $row['hcsofa'] . '<br/><b>Duck(s):</b> ' . $row['ducks'] . '<br/><b>Up/Down:</b> <font color=blue>' . $row['updown'] . '</font></td></tr></table>"]
Style[' . $current_js . ']=["white","black","#000099","#E8E8FF","","","","","" ,"","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script>';
echo '<td>
<a href="#" onMouseOver="stm(Text[' . $current_js . '],Style[' . $current_js . '])" onMouseOut="htm()"><img src="' . $row['img'] . '" border="0"></a>
</td>';
}
if($row['updown'] == "Increased"){
echo '<script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,Titl eBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[' . $current_js . ']=["' . $row['name'] . '","<table><tr><td><img src=' . $row['img'] . '></td><td><font color=black><b>Club Sofa(s):</b> ' . $row['hcsofa'] . '<br/><b>Duck(s):</b> ' . $row['ducks'] . '<br/><b>Up/Down:</b> <font color=green>' . $row['updown'] . '</font></td></tr></table>"]
Style[' . $current_js . ']=["white","black","#000099","#E8E8FF","","","","","" ,"","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script>';
echo '<td>
<a href="#" onMouseOver="stm(Text[' . $current_js . '],Style[' . $current_js . '])" onMouseOut="htm()"><img src="' . $row['img'] . '" border="0"></a>
</td>';
}
if($row['updown'] == "Decreased"){
echo '<script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,Titl eBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[' . $current_js . ']=["' . $row['name'] . '","<table><tr><td><img src=' . $row['img'] . '></td><td><font color=black><b>Club Sofa(s):</b> ' . $row['hcsofa'] . '<br/><b>Duck(s):</b> ' . $row['ducks'] . '<br/><b>Up/Down:</b> <font color=red>' . $row['updown'] . '</font></td></tr></table>"]
Style[' . $current_js . ']=["white","black","#000099","#E8E8FF","","","","","" ,"","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script>';
echo '<td>
<a href="#" onMouseOver="stm(Text[' . $current_js . '],Style[' . $current_js . '])" onMouseOut="htm()"><img src="' . $row['img'] . '" border="0"></a>
</td>';
}
$current_col++;
$current_js++;
if($current_col >= $max_col){
echo '</tr>';
$current_col = '0';
}
}
if($current_col != '0'){
echo '</tr>';
}
echo '</table>';
echo $spacing;
?>
<?php
#####################################
# HHGS Rares
#####################################
echo '<b>HHGS Rares</b>';
$result = mysql_query("SELECT * FROM rp_rares WHERE category = 'HHGS Rares' ORDER BY hcsofa DESC");
$max_col = '13';
$current_col = '0';
$current_js = '450';
echo '<table>';
while ($row = mysql_fetch_assoc($result)) {
if($current_col == '0'){
echo '<tr class="text">';
}
if($row['updown'] == "Halted"){
echo '<script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,Titl eBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[' . $current_js . ']=["' . $row['name'] . '","<table><tr><td><img src=' . $row['img'] . '></td><td><font color=black><b>Club Sofa(s):</b> ' . $row['hcsofa'] . '<br/><b>Duck(s):</b> ' . $row['ducks'] . '<br/><b>Up/Down:</b> <font color=blue>' . $row['updown'] . '</font></td></tr></table>"]
Style[' . $current_js . ']=["white","black","#000099","#E8E8FF","","","","","" ,"","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script>';
echo '<td>
<a href="#" onMouseOver="stm(Text[' . $current_js . '],Style[' . $current_js . '])" onMouseOut="htm()"><img src="' . $row['img'] . '" border="0"></a>
</td>';
}
if($row['updown'] == "Increased"){
echo '<script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,Titl eBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[' . $current_js . ']=["' . $row['name'] . '","<table><tr><td><img src=' . $row['img'] . '></td><td><font color=black><b>Club Sofa(s):</b> ' . $row['hcsofa'] . '<br/><b>Duck(s):</b> ' . $row['ducks'] . '<br/><b>Up/Down:</b> <font color=green>' . $row['updown'] . '</font></td></tr></table>"]
Style[' . $current_js . ']=["white","black","#000099","#E8E8FF","","","","","" ,"","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script>';
echo '<td>
<a href="#" onMouseOver="stm(Text[' . $current_js . '],Style[' . $current_js . '])" onMouseOut="htm()"><img src="' . $row['img'] . '" border="0"></a>
</td>';
}
if($row['updown'] == "Decreased"){
echo '<script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,Titl eBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[' . $current_js . ']=["' . $row['name'] . '","<table><tr><td><img src=' . $row['img'] . '></td><td><font color=black><b>Club Sofa(s):</b> ' . $row['hcsofa'] . '<br/><b>Duck(s):</b> ' . $row['ducks'] . '<br/><b>Up/Down:</b> <font color=red>' . $row['updown'] . '</font></td></tr></table>"]
Style[' . $current_js . ']=["white","black","#000099","#E8E8FF","","","","","" ,"","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script>';
echo '<td>
<a href="#" onMouseOver="stm(Text[' . $current_js . '],Style[' . $current_js . '])" onMouseOut="htm()"><img src="' . $row['img'] . '" border="0"></a>
</td>';
}
$current_col++;
$current_js++;
if($current_col >= $max_col){
echo '</tr>';
$current_col = '0';
}
}
if($current_col != '0'){
echo '</tr>';
}
echo '</table>';
echo $spacing;
?>
<?php
#####################################
# HHGS Supers
#####################################
echo '<b>HHGS Supers</b>';
$result = mysql_query("SELECT * FROM rp_rares WHERE category = 'HHGS Supers' ORDER BY hcsofa DESC");
$max_col = '13';
$current_col = '0';
$current_js = '5000';
echo '<table>';
while ($row = mysql_fetch_assoc($result)) {
if($current_col == '0'){
echo '<tr class="text">';
}
if($row['updown'] == "Halted"){
echo '<script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,Titl eBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[' . $current_js . ']=["' . $row['name'] . '","<table><tr><td><img src=' . $row['img'] . '></td><td><font color=black><b>Club Sofa(s):</b> ' . $row['hcsofa'] . '<br/><b>Duck(s):</b> ' . $row['ducks'] . '<br/><b>Up/Down:</b> <font color=blue>' . $row['updown'] . '</font></td></tr></table>"]
Style[' . $current_js . ']=["white","black","#000099","#E8E8FF","","","","","" ,"","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script>';
echo '<td>
<a href="#" onMouseOver="stm(Text[' . $current_js . '],Style[' . $current_js . '])" onMouseOut="htm()"><img src="' . $row['img'] . '" border="0"></a>
</td>';
}
if($row['updown'] == "Increased"){
echo '<script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,Titl eBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[' . $current_js . ']=["' . $row['name'] . '","<table><tr><td><img src=' . $row['img'] . '></td><td><font color=black><b>Club Sofa(s):</b> ' . $row['hcsofa'] . '<br/><b>Duck(s):</b> ' . $row['ducks'] . '<br/><b>Up/Down:</b> <font color=green>' . $row['updown'] . '</font></td></tr></table>"]
Style[' . $current_js . ']=["white","black","#000099","#E8E8FF","","","","","" ,"","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script>';
echo '<td>
<a href="#" onMouseOver="stm(Text[' . $current_js . '],Style[' . $current_js . '])" onMouseOut="htm()"><img src="' . $row['img'] . '" border="0"></a>
</td>';
}
if($row['updown'] == "Decreased"){
echo '<script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,Titl eBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[' . $current_js . ']=["' . $row['name'] . '","<table><tr><td><img src=' . $row['img'] . '></td><td><font color=black><b>Club Sofa(s):</b> ' . $row['hcsofa'] . '<br/><b>Duck(s):</b> ' . $row['ducks'] . '<br/><b>Up/Down:</b> <font color=red>' . $row['updown'] . '</font></td></tr></table>"]
Style[' . $current_js . ']=["white","black","#000099","#E8E8FF","","","","","" ,"","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script>';
echo '<td>
<a href="#" onMouseOver="stm(Text[' . $current_js . '],Style[' . $current_js . '])" onMouseOut="htm()"><img src="' . $row['img'] . '" border="0"></a>
</td>';
}
$current_col++;
$current_js++;
if($current_col >= $max_col){
echo '</tr>';
$current_col = '0';
}
}
if($current_col != '0'){
echo '</tr>';
}
echo '</table>';
echo $spacing;
?>
</center>
</div>
</body>
</html>
Try this:
Sorry for double post, my PC lagged.PHP Code:<?php
$curdir = getcwd ();
chdir('/LINK TO/public_html/forum');
require_once('/LINK TO/public_html/forum/global.php');
chdir ($curdir);
echo $headinclude;
echo $header;
echo $navbar;
?>
<head>
<link rel="StyleSheet" href="style_public.css" type="text/css">
<SCRIPT language="JavaScript1.2" src="main.js"type="text/javascript"></SCRIPT>
</head>
<body>
<div id="TipLayer" style="visibility:hidden;position:absolute;z-index:1000;top:-100;font-family:Verdana;font-size:10px;"></DIV>
<center>
<h1><b><u>Habbo Hotel Guides Rare Values</b></u><br/>-Javascript Is Required To View Values-</h1><p></p>
<b>UK Rares</b><table><tr class="text"><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[0]=["Green Marquee","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/greenMarquee.gif></td><td><font color=black><b>Club Sofa(s):</b> 84.9<br/><b>Duck(s):</b> 80<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[0]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[0],Style[0])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/greenMarquee.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[1]=["Unholy Ground","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/habboween_patch.JPG></td><td><font color=black><b>Club Sofa(s):</b> 3.0<br/><b>Duck(s):</b> 120<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[1]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[1],Style[1])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/habboween_patch.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[2]=["White Lace Pillow","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/WhiteLacePillow.png></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 80<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[2]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[2],Style[2])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/WhiteLacePillow.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[3]=["Red Amber Lamp","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/RedAmberLamp.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 160<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[3]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[3],Style[3])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/RedAmberLamp.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[4]=["Fire Dragon Lamp","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/RedDragon.png></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 120<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[4]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[4],Style[4])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/RedDragon.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[5]=["Linking Imperial Teleporters","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/ImpSet.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 80<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[5]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[5],Style[5])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/ImpSet.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[6]=["Hologirl","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/Hologirl.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 120<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[6]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[6],Style[6])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/Hologirl.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[7]=["Majestic Chair","<table><tr><td><img src=http://hhgs.net/danny/habbo_club_furni/HCMajesticChair.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 160<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[7]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[7],Style[7])" onMouseOut="htm()"><img src="http://hhgs.net/danny/habbo_club_furni/HCMajesticChair.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[8]=["Heavy Duty Fireplace","<table><tr><td><img src=http://hhgs.net/danny/habbo_club_furni/Fireplace.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 120<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[8]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[8],Style[8])" onMouseOut="htm()"><img src="http://hhgs.net/danny/habbo_club_furni/Fireplace.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[9]=["Throne Sofa","<table><tr><td><img src=http://hhgs.net/danny/habbo_club_furni/HCThroneSofa.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 120<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[9]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[9],Style[9])" onMouseOut="htm()"><img src="http://hhgs.net/danny/habbo_club_furni/HCThroneSofa.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[10]=["Gold Amber Lamp","<table><tr><td><img src=http://hhgs.net/danny/super/YellowAmberLamp.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 304<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[10]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[10],Style[10])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/YellowAmberLamp.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[11]=["Hammock","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/CrusoesHammock.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 160<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[11]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[11],Style[11])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/CrusoesHammock.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[12]=["Serpent of Doom","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/BlackDragon.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 160<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[12]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[12],Style[12])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/BlackDragon.gif" border="0"></a>
</td></tr><tr class="text"><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[13]=["Aloe Vera","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/AloeVera.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 280<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[13]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[13],Style[13])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/AloeVera.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[14]=["Bronze Nelly","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/BronzeElephant.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 520<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[14]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[14],Style[14])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/BronzeElephant.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[15]=["Petal Patch","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/PetalPatch.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 240<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[15]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[15],Style[15])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/PetalPatch.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[16]=["Habboween Cauldron","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/habboween_cauldron.JPG></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 80<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[16]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[16],Style[16])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/habboween_cauldron.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[17]=["Grammophon","<table><tr><td><img src=http://hhgs.net/danny/super/new/hcDJdeck.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 160<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[17]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[17],Style[17])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/new/hcDJdeck.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[18]=["Theatre Chair","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/theatre_chair.JPG></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 80<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[18]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[18],Style[18])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/theatre_chair.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[19]=["Single Imperial Teleporter","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/SingleImp.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 8<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[19]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[19],Style[19])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/SingleImp.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[20]=["Three Piece Parasol Set","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/ParaSet2.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 240<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[20]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[20],Style[20])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/ParaSet2.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[21]=["Full Parasol Set","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/Full%20Para%20Set.png></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 560<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[21]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[21],Style[21])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/Full%20Para%20Set.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[22]=["Bear Rug Set","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/BearRugSet.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 96<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[22]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[22],Style[22])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/BearRugSet.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[23]=["Gold Ice Cream Machine","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/GoldICM.png></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 80<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[23]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[23],Style[23])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/GoldICM.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[24]=["Petal Patch Floor","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/PetalPatchFloor.png></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 6<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[24]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[24],Style[24])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/PetalPatchFloor.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[25]=["Jamaican Sand Patch Floor","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/SandPatchFloor.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 3<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[25]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[25],Style[25])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/SandPatchFloor.gif" border="0"></a>
</td></tr><tr class="text"><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[26]=["Red Silk Pillow","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/RedSilkPillow.png></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 80<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[26]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[26],Style[26])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/RedSilkPillow.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[27]=["Snow Rug Floor","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/SnowFloor28.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 3<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[27]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[27],Style[27])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/SnowFloor28.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[28]=["Yellow Marquee","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/YellowMarquee.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 80<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[28]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[28],Style[28])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/YellowMarquee.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[29]=["Habbo Cola Machine","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/Cola.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 80<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[29]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[29],Style[29])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/Cola.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[30]=["X-Ray Screen","<table><tr><td><img src=http://hhgs.net/danny/habbo_club_furni/xrayscreen.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 120<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[30]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[30],Style[30])" onMouseOut="htm()"><img src="http://hhgs.net/danny/habbo_club_furni/xrayscreen.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[31]=["Electric Butler","<table><tr><td><img src=http://hhgs.net/danny/habbo_club_furni/Butler.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 560<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[31]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[31],Style[31])" onMouseOut="htm()"><img src="http://hhgs.net/danny/habbo_club_furni/Butler.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[32]=["Orange Parasol","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/OrangeParasol.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 320<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[32]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[32],Style[32])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/OrangeParasol.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[33]=["Moon Rug","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/MoonRug.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 120<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[33]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[33],Style[33])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/MoonRug.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[34]=["Snow Globe","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/SnowGlobe.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 120<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[34]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[34],Style[34])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/SnowGlobe.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[35]=["Gothic Fountain","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/goth_fountain.JPG></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 80<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[35]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[35],Style[35])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/goth_fountain.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[36]=["Grandfather Clock","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/grand_father_clock.JPG></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 80<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[36]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[36],Style[36])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/grand_father_clock.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[37]=["Strobe Solarium","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/StrobeSolarium.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 800<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[37]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[37],Style[37])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/StrobeSolarium.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[38]=["Jamaican Sand Patch","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/SandPatch.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 80<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[38]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[38],Style[38])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/SandPatch.gif" border="0"></a>
</td></tr><tr class="text"><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[39]=["Silver Nelly","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/SilverElephant.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 440<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[39]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[39],Style[39])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/SilverElephant.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[40]=["Speakers Corner","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/SpeakersCorner.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 80<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[40]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[40],Style[40])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/SpeakersCorner.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[41]=["Lappland Greetings","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/LapplandGreetings.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 160<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[41]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[41],Style[41])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/LapplandGreetings.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[42]=["Holiday Romance","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/HolidayRomance.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 240<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[42]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[42],Style[42])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/HolidayRomance.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[43]=["Blue Laser Gate","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/blue_laser.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 80<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[43]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[43],Style[43])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/blue_laser.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[44]=["Club Sofa","<table><tr><td><img src=http://hhgs.net/danny/habbo_club_furni/HCSofa.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 80<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[44]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[44],Style[44])" onMouseOut="htm()"><img src="http://hhgs.net/danny/habbo_club_furni/HCSofa.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[45]=["White Birdbath","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/WhiteFountain.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 720<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[45]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[45],Style[45])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/WhiteFountain.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[46]=["Blue Amber Lamp","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/BlueAmberLamp.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 160<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[46]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[46],Style[46])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/BlueAmberLamp.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[47]=["Black Monolith","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/BlackMonolith.png></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 160<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[47]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[47],Style[47])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/BlackMonolith.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[48]=["Elf Green Dragon Lamp","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/GreenDrag.png></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 80<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[48]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[48],Style[48])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/GreenDrag.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[49]=["Habbo Turntable","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/DJDecks.png></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 160<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[49]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[49],Style[49])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/DJDecks.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[50]=["Green Birdbath","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/GreenFountain.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 160<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[50]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[50],Style[50])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/GreenFountain.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[51]=["Atlantean Pillar","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/GoldPillar.png></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 40<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[51]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[51],Style[51])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/GoldPillar.png" border="0"></a>
</td></tr><tr class="text"><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[52]=["Rose Sleeping Bag","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/RoseSleepingBag.gif></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 40<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[52]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[52],Style[52])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/RoseSleepingBag.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[53]=["Terracotta Pillar","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/TerrocottaPillar.gif></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 64<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[53]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[53],Style[53])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/TerrocottaPillar.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[54]=["Study Desk","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/StudyDesk.gif></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 64<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[54]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[54],Style[54])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/StudyDesk.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[55]=["White Oriental Screen","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/WhiteOrientalScreen.png></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 72<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[55]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[55],Style[55])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/WhiteOrientalScreen.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[56]=["Violet Parasol","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/VioletParasol.gif></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 72<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[56]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[56],Style[56])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/VioletParasol.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[57]=["Oil Lamp","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/OilLamp.gif></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 40<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[57]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[57],Style[57])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/OilLamp.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[58]=["Persian Carpet","<table><tr><td><img src=http://hhgs.net/danny/habbo_club_furni/PersianCarpetST.gif></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 64<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[58]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[58],Style[58])" onMouseOut="htm()"><img src="http://hhgs.net/danny/habbo_club_furni/PersianCarpetST.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[59]=["Rosewood Screen","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/RoseWoodScreen.png></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 72<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[59]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[59],Style[59])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/RoseWoodScreen.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[60]=["Bonnie's Pillow","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/PurplePillow.png></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 72<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[60]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[60],Style[60])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/PurplePillow.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[61]=["New Year's Rocket","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/Redsmoke.gif></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 64<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[61]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[61],Style[61])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/Redsmoke.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[62]=["Shadow Screen","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/ShadowScreen.png></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 60<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[62]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[62],Style[62])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/ShadowScreen.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[63]=["Yellow Bear Rug","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/YellowBearRug.png></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 32<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[63]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[63],Style[63])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/YellowBearRug.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[64]=["Festive Fan","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/RedFan.png></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 64<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[64]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[64],Style[64])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/RedFan.png" border="0"></a>
</td></tr><tr class="text"><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[65]=["SUPERLOVE Fan","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/PinkFan.png></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 56<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[65]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[65],Style[65])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/PinkFan.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[66]=["Mochamaster","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/Mochamaster.gif></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 12<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[66]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[66],Style[66])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/Mochamaster.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[67]=["Nordic Table","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/NordicTable.gif></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 32<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[67]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[67],Style[67])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/NordicTable.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[68]=["Father Of Habbo","<table><tr><td><img src=http://hhgs.net/danny/posters/FatherOfHabboPoster.png></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 40<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[68]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[68],Style[68])" onMouseOut="htm()"><img src="http://hhgs.net/danny/posters/FatherOfHabboPoster.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[69]=["Screaming Furni's","<table><tr><td><img src=http://hhgs.net/danny/posters/ScreamingFurnies.png></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 40<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[69]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[69],Style[69])" onMouseOut="htm()"><img src="http://hhgs.net/danny/posters/ScreamingFurnies.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[70]=["Greek Pillar","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/GreekPillar.png></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 56<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[70]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[70],Style[70])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/GreekPillar.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[71]=["Alien Artifact # 1337","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/AlienArtifact.png></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 64<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[71]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[71],Style[71])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/AlienArtifact.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[72]=["DJ Throne","<table><tr><td><img src=http://hhgs.net/danny/posters/DJThrone.png></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 40<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[72]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[72],Style[72])" onMouseOut="htm()"><img src="http://hhgs.net/danny/posters/DJThrone.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[73]=["HC Plasto Set","<table><tr><td><img src=http://hhgs.net/danny/habbo_club_furni/HCplastoSet.gif></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 20<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[73]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[73],Style[73])" onMouseOut="htm()"><img src="http://hhgs.net/danny/habbo_club_furni/HCplastoSet.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[74]=["HC Plasto Table","<table><tr><td><img src=http://hhgs.net/danny/habbo_club_furni/HCtable.gif></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 8<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[74]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[74],Style[74])" onMouseOut="htm()"><img src="http://hhgs.net/danny/habbo_club_furni/HCtable.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[75]=["Green Bear Rug","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/GreenBearRug.png></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 32<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[75]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[75],Style[75])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/GreenBearRug.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[76]=["Blue Bear Rug","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/BlueBearRug.png></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 32<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[76]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[76],Style[76])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/BlueBearRug.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[77]=["Mega Television","<table><tr><td><img src=http://hhgs.net/danny/super/new/TVset.gif></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 32<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[77]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[77],Style[77])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/new/TVset.gif" border="0"></a>
</td></tr><tr class="text"><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[78]=["Antique Drapery","<table><tr><td><img src=http://hhgs.net/danny/super/new/curtain.gif></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 64<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[78]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[78],Style[78])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/new/curtain.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[79]=["Tubmaster","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/Tubmaster.gif></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 16<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[79]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[79],Style[79])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/Tubmaster.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[80]=["Retro Wall Lamp","<table><tr><td><img src=http://hhgs.net/danny/super/new/wallLamp.gif></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 56<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[80]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[80],Style[80])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/new/wallLamp.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[81]=["Cyan Ice Cream Machine","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/aquaICM.gif></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 72<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[81]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[81],Style[81])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/aquaICM.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[82]=["Dicemaster","<table><tr><td><img src=http://hhgs.net/danny/habbo_club_furni/Dicemaster.gif></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 32<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[82]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[82],Style[82])" onMouseOut="htm()"><img src="http://hhgs.net/danny/habbo_club_furni/Dicemaster.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[83]=["HC Plasto Chair","<table><tr><td><img src=http://hhgs.net/danny/habbo_club_furni/HCchair.gif></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 4<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[83]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[83],Style[83])" onMouseOut="htm()"><img src="http://hhgs.net/danny/habbo_club_furni/HCchair.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[84]=["System of a Ban","<table><tr><td><img src=http://hhgs.net/danny/posters/SystemOfABan.png></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 40<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[84]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[84],Style[84])" onMouseOut="htm()"><img src="http://hhgs.net/danny/posters/SystemOfABan.png" border="0"></a>
</td></tr></table><p></p><br/>
<b>UK Supers</b><table><tr class="text"><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[500]=["Sky Dragon Lamp","<table><tr><td><img src=http://hhgs.net/danny/supers/sky_dragon.JPG></td><td><font color=black><b>Club Sofa(s):</b> 420.0<br/><b>Duck(s):</b> 33<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[500]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[500],Style[500])" onMouseOut="htm()"><img src="http://hhgs.net/danny/supers/sky_dragon.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[501]=["Purple Powered Fan","<table><tr><td><img src=http://hhgs.net/danny/supers/purple_fan.JPG></td><td><font color=black><b>Club Sofa(s):</b> 308.0<br/><b>Duck(s):</b> 24<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[501]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[501],Style[501])" onMouseOut="htm()"><img src="http://hhgs.net/danny/supers/purple_fan.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[502]=["Purple Dragon Lamp","<table><tr><td><img src=http://hhgs.net/danny/super/PurpleDragonLamp.png></td><td><font color=black><b>Club Sofa(s):</b> 220.0<br/><b>Duck(s):</b> 33900<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[502]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[502],Style[502])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/PurpleDragonLamp.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[503]=["Infobus Poster","<table><tr><td><img src=http://hhgs.net/danny/super/InfobusPoster.gif></td><td><font color=black><b>Club Sofa(s):</b> 182.0<br/><b>Duck(s):</b> 14560<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[503]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[503],Style[503])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/InfobusPoster.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[504]=["White Smoke Machine","<table><tr><td><img src=http://hhgs.net/danny/super/WhiteSmokeMachine.gif></td><td><font color=black><b>Club Sofa(s):</b> 176.0<br/><b>Duck(s):</b> 14080<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[504]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[504],Style[504])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/WhiteSmokeMachine.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[505]=["Purple Ice Cream Machine","<table><tr><td><img src=http://hhgs.net/danny/super/PurpleIceCreamMaker.png></td><td><font color=black><b>Club Sofa(s):</b> 132.0<br/><b>Duck(s):</b> 10560<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[505]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[505],Style[505])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/PurpleIceCreamMaker.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[506]=["Gold Dragon Lamp","<table><tr><td><img src=http://hhgs.net/danny/super/GoldDragonLamp.png></td><td><font color=black><b>Club Sofa(s):</b> 108.0<br/><b>Duck(s):</b> 8640<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[506]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[506],Style[506])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/GoldDragonLamp.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[507]=["Black Leather Pillow","<table><tr><td><img src=http://hhgs.net/danny/supers/black_pillow.JPG></td><td><font color=black><b>Club Sofa(s):</b> 88.0<br/><b>Duck(s):</b> 7<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[507]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[507],Style[507])" onMouseOut="htm()"><img src="http://hhgs.net/danny/supers/black_pillow.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[508]=["Dino Egg","<table><tr><td><img src=http://hhgs.net/danny/super/DinoEgg.gif></td><td><font color=black><b>Club Sofa(s):</b> 59.0<br/><b>Duck(s):</b> 4720<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[508]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[508],Style[508])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/DinoEgg.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[509]=["Army Plasto Chair","<table><tr><td><img src=http://hhgs.net/danny/super/ArmyPlastoChair.gif></td><td><font color=black><b>Club Sofa(s):</b> 54.0<br/><b>Duck(s):</b> 4320<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[509]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[509],Style[509])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/ArmyPlastoChair.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[510]=["Golden Nelly","<table><tr><td><img src=http://hhgs.net/danny/super/GoldenNelly.gif></td><td><font color=black><b>Club Sofa(s):</b> 47.0<br/><b>Duck(s):</b> 3760<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[510]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[510],Style[510])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/GoldenNelly.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[511]=["Throne","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/Throne.gif></td><td><font color=black><b>Club Sofa(s):</b> 44.5<br/><b>Duck(s):</b> 3560<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[511]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[511],Style[511])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/Throne.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[512]=["Silver Dragon Lamp","<table><tr><td><img src=http://hhgs.net/danny/super/SilverDragonLamp.png></td><td><font color=black><b>Club Sofa(s):</b> 40.0<br/><b>Duck(s):</b> 3200<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[512]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[512],Style[512])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/SilverDragonLamp.png" border="0"></a>
</td></tr><tr class="text"><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[513]=["Yellow Powered Fan","<table><tr><td><img src=http://hhgs.net/danny/supers/yellow_fan.JPG></td><td><font color=black><b>Club Sofa(s):</b> 32.0<br/><b>Duck(s):</b> 2560<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[513]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[513],Style[513])" onMouseOut="htm()"><img src="http://hhgs.net/danny/supers/yellow_fan.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[514]=["Typo","<table><tr><td><img src=http://hhgs.net/danny/super/Typewriter.gif></td><td><font color=black><b>Club Sofa(s):</b> 23.0<br/><b>Duck(s):</b> 1840<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[514]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[514],Style[514])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/Typewriter.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[515]=["Bronze Dragon Lamp","<table><tr><td><img src=http://hhgs.net/danny/super/BronzeDragonLamp.png></td><td><font color=black><b>Club Sofa(s):</b> 19.0<br/><b>Duck(s):</b> 1520<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[515]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[515],Style[515])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/BronzeDragonLamp.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[516]=["Lime Sleeping Bag","<table><tr><td><img src=http://hhgs.net/danny/super/LIMEBAG.gif></td><td><font color=black><b>Club Sofa(s):</b> 11.5<br/><b>Duck(s):</b> 920<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[516]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[516],Style[516])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/LIMEBAG.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[517]=["Red Laser Gate","<table><tr><td><img src=http://hhgs.net/danny/super/redlasergate.gif></td><td><font color=black><b>Club Sofa(s):</b> 8.5<br/><b>Duck(s):</b> 680<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[517]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[517],Style[517])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/redlasergate.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[518]=["Russian Samovar","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/RussianSamovar.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.8<br/><b>Duck(s):</b> 144<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[518]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[518],Style[518])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/RussianSamovar.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[519]=["Holopod","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/Holopod.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.5<br/><b>Duck(s):</b> 120<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[519]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[519],Style[519])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/Holopod.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[520]=["Neptune Smoke Machine","<table><tr><td><img src=http://hhgs.net/danny/supers/neptune_smoke.JPG></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 7<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[520]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[520],Style[520])" onMouseOut="htm()"><img src="http://hhgs.net/danny/supers/neptune_smoke.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[521]=["Venomous Habbulus","<table><tr><td><img src=http://hhgs.net/danny/supers/venomous_habbulus.JPG></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 12<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[521]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[521],Style[521])" onMouseOut="htm()"><img src="http://hhgs.net/danny/supers/venomous_habbulus.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[522]=["Security Fence","<table><tr><td><img src=http://hhgs.net/danny/supers/security_fence.JPG></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 480<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[522]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[522],Style[522])" onMouseOut="htm()"><img src="http://hhgs.net/danny/supers/security_fence.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[523]=["Green Gothic Throne","<table><tr><td><img src=http://hhgs.net/danny/supers/green_goth_throne.JPG></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 3<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[523]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[523],Style[523])" onMouseOut="htm()"><img src="http://hhgs.net/danny/supers/green_goth_throne.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[524]=["Turquoise Satin Pillow","<table><tr><td><img src=http://hhgs.net/danny/supers/turquoise_satin_pillow.JPG></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 5<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[524]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[524],Style[524])" onMouseOut="htm()"><img src="http://hhgs.net/danny/supers/turquoise_satin_pillow.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[525]=["Red Ice Cream Machine","<table><tr><td><img src=http://hhgs.net/danny/supers/red_icm.JPG></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 14<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[525]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[525],Style[525])" onMouseOut="htm()"><img src="http://hhgs.net/danny/supers/red_icm.JPG" border="0"></a>
</td></tr><tr class="text"><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[526]=["Venus Smoke Machine","<table><tr><td><img src=http://hhgs.net/danny/supers/pink_smoke.JPG></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 10<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[526]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[526],Style[526])" onMouseOut="htm()"><img src="http://hhgs.net/danny/supers/pink_smoke.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[527]=["White Monolith","<table><tr><td><img src=http://hhgs.net/danny/supers/white_monolith.JPG></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 24<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[527]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[527],Style[527])" onMouseOut="htm()"><img src="http://hhgs.net/danny/supers/white_monolith.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[528]=["Pink Fluffy Pillow","<table><tr><td><img src=http://hhgs.net/danny/supers/pink_pillow.JPG></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 2<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[528]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[528],Style[528])" onMouseOut="htm()"><img src="http://hhgs.net/danny/supers/pink_pillow.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[529]=["Alien Artifact # 3007","<table><tr><td><img src=http://hhgs.net/danny/supers/green_smoke.JPG></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 21<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[529]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[529],Style[529])" onMouseOut="htm()"><img src="http://hhgs.net/danny/supers/green_smoke.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[530]=["Red Iced Shelf","<table><tr><td><img src=http://hhgs.net/danny/super/red_ice_shelf.JPG></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 80<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[530]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[530],Style[530])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/red_ice_shelf.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[531]=["Saturn Smoke Machine","<table><tr><td><img src=http://hhgs.net/danny/supers/gold_smoke.JPG></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 7<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[531]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[531],Style[531])" onMouseOut="htm()"><img src="http://hhgs.net/danny/supers/gold_smoke.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[532]=["Gold Sleeping Bag","<table><tr><td><img src=http://hhgs.net/danny/supers/gold_sleeping_bag.JPG></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 10<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[532]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[532],Style[532])" onMouseOut="htm()"><img src="http://hhgs.net/danny/supers/gold_sleeping_bag.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[533]=["Red Birdbath","<table><tr><td><img src=http://hhgs.net/danny/super/RedFountain.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 6<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[533]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[533],Style[533])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/RedFountain.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[534]=["Silver Trophy","<table><tr><td><img src=http://hhgs.net/danny/super/SilverTrophy.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 1<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[534]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[534],Style[534])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/SilverTrophy.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[535]=["Bronze Trophy","<table><tr><td><img src=http://hhgs.net/danny/super/BronzeTrophy.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 1<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[535]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[535],Style[535])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/BronzeTrophy.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[536]=["Trophy Set","<table><tr><td><img src=http://hhgs.net/danny/super/TrophySet.png></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 4<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[536]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[536],Style[536])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/TrophySet.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[537]=["Gold HABBO Tower Trophy","<table><tr><td><img src=http://hhgs.net/danny/super/GoldHabboTrophy.png></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 800<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[537]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[537],Style[537])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/GoldHabboTrophy.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[538]=["Silver HABBO Tower Trophy","<table><tr><td><img src=http://hhgs.net/danny/super/SilverHabboTrophy.png></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 2<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[538]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[538],Style[538])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/SilverHabboTrophy.png" border="0"></a>
</td></tr><tr class="text"><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[539]=["Bronze HABBO Tower Trophy","<table><tr><td><img src=http://hhgs.net/danny/super/BronzeHabboTrophy.png></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 2<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[539]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[539],Style[539])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/BronzeHabboTrophy.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[540]=["HABBO Tower Trophy Set","<table><tr><td><img src=http://hhgs.net/danny/super/HabboTrophyAll.png></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 4<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[540]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[540],Style[540])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/HabboTrophyAll.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[541]=["Gold HABBO Tower Trophy (Blank)","<table><tr><td><img src=http://hhgs.net/danny/super/BlankHabboGoldTowerTrophy.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 7<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[541]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[541],Style[541])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/BlankHabboGoldTowerTrophy.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[542]=["Chocolate Ice Cream Machine","<table><tr><td><img src=http://hhgs.net/danny/supers/Choco_icm.JPG></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 11<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[542]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[542],Style[542])" onMouseOut="htm()"><img src="http://hhgs.net/danny/supers/Choco_icm.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[543]=["Gold Trophy","<table><tr><td><img src=http://hhgs.net/danny/super/GoldTrophy.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 1<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[543]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[543],Style[543])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/GoldTrophy.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[544]=["Directors Chair","<table><tr><td><img src=http://hhgs.net/danny/supers/directors_chair.JPG></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 4<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[544]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[544],Style[544])" onMouseOut="htm()"><img src="http://hhgs.net/danny/supers/directors_chair.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[545]=["Gold Laser Gate","<table><tr><td><img src=http://hhgs.net/danny/supers/gold_laser.JPG></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 12<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[545]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[545],Style[545])" onMouseOut="htm()"><img src="http://hhgs.net/danny/supers/gold_laser.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[546]=["Blue Birdbath","<table><tr><td><img src=http://hhgs.net/danny/super/BlueFountain.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 5<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[546]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[546],Style[546])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/BlueFountain.gif" border="0"></a>
</td></tr></table><p></p><br/>
<b>UK Seasonal</b><table></table><p></p><br/>
<b>UK Misc</b><table></table><p></p><br/>
<b>US Rares</b><table></table><p></p><br/>
<b>US Supers</b><table></table><p></p><br/>
<b>US Seasonal</b><table></table><p></p><br/>
<b>CA Rares</b><table></table><p></p><br/>
<b>CA Supers</b><table></table><p></p><br/>
<b>CA Seasonal</b><table></table><p></p><br/>
<b>HHGS Rares</b><table></table><p></p><br/>
<b>HHGS Supers</b><table></table><p></p><br/>
</center>
</div>
<?php
echo $footer;
?>
Last edited by Agesilaus; 16-12-2007 at 10:19 PM.
That almost works. The page www.hhgs.net/rare_values.php shows the rares but the javascript doesnt work. Also theres the 2 out of place tags which i dont want to delete incase i mess it up![]()
Try this:
PHP Code:<head>
<title>Habbo Hotel Guides Rare Values</title><meta http-equiv="content-type" content="charset=UTF-8">
<link rel="StyleSheet" href="style_public.css" type="text/css">
<SCRIPT language="JavaScript1.2" src="main.js"type="text/javascript"></SCRIPT>
</head>
<body>
<?php
$curdir = getcwd ();
chdir('/LINK TO/public_html/forum');
require_once('/LINK TO/public_html/forum/global.php');
chdir ($curdir);
echo $headinclude;
echo $header;
echo $navbar;
?>
<div id="TipLayer" style="visibility:hidden;position:absolute;z-index:1000;top:-100;font-family:Verdana;font-size:10px;"></DIV>
<center>
<h1><b><u>Habbo Hotel Guides Rare Values</b></u><br/>-Javascript Is Required To View Values-</h1><p></p>
<b>UK Rares</b><table><tr class="text"><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[0]=["Green Marquee","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/greenMarquee.gif></td><td><font color=black><b>Club Sofa(s):</b> 84.9<br/><b>Duck(s):</b> 80<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[0]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[0],Style[0])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/greenMarquee.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[1]=["Unholy Ground","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/habboween_patch.JPG></td><td><font color=black><b>Club Sofa(s):</b> 3.0<br/><b>Duck(s):</b> 120<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[1]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[1],Style[1])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/habboween_patch.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[2]=["White Lace Pillow","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/WhiteLacePillow.png></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 80<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[2]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[2],Style[2])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/WhiteLacePillow.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[3]=["Red Amber Lamp","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/RedAmberLamp.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 160<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[3]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[3],Style[3])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/RedAmberLamp.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[4]=["Fire Dragon Lamp","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/RedDragon.png></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 120<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[4]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[4],Style[4])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/RedDragon.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[5]=["Linking Imperial Teleporters","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/ImpSet.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 80<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[5]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[5],Style[5])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/ImpSet.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[6]=["Hologirl","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/Hologirl.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 120<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[6]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[6],Style[6])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/Hologirl.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[7]=["Majestic Chair","<table><tr><td><img src=http://hhgs.net/danny/habbo_club_furni/HCMajesticChair.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 160<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[7]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[7],Style[7])" onMouseOut="htm()"><img src="http://hhgs.net/danny/habbo_club_furni/HCMajesticChair.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[8]=["Heavy Duty Fireplace","<table><tr><td><img src=http://hhgs.net/danny/habbo_club_furni/Fireplace.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 120<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[8]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[8],Style[8])" onMouseOut="htm()"><img src="http://hhgs.net/danny/habbo_club_furni/Fireplace.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[9]=["Throne Sofa","<table><tr><td><img src=http://hhgs.net/danny/habbo_club_furni/HCThroneSofa.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 120<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[9]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[9],Style[9])" onMouseOut="htm()"><img src="http://hhgs.net/danny/habbo_club_furni/HCThroneSofa.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[10]=["Gold Amber Lamp","<table><tr><td><img src=http://hhgs.net/danny/super/YellowAmberLamp.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 304<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[10]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[10],Style[10])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/YellowAmberLamp.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[11]=["Hammock","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/CrusoesHammock.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 160<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[11]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[11],Style[11])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/CrusoesHammock.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[12]=["Serpent of Doom","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/BlackDragon.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 160<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[12]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[12],Style[12])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/BlackDragon.gif" border="0"></a>
</td></tr><tr class="text"><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[13]=["Aloe Vera","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/AloeVera.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 280<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[13]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[13],Style[13])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/AloeVera.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[14]=["Bronze Nelly","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/BronzeElephant.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 520<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[14]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[14],Style[14])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/BronzeElephant.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[15]=["Petal Patch","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/PetalPatch.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 240<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[15]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[15],Style[15])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/PetalPatch.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[16]=["Habboween Cauldron","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/habboween_cauldron.JPG></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 80<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[16]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[16],Style[16])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/habboween_cauldron.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[17]=["Grammophon","<table><tr><td><img src=http://hhgs.net/danny/super/new/hcDJdeck.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 160<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[17]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[17],Style[17])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/new/hcDJdeck.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[18]=["Theatre Chair","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/theatre_chair.JPG></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 80<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[18]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[18],Style[18])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/theatre_chair.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[19]=["Single Imperial Teleporter","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/SingleImp.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 8<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[19]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[19],Style[19])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/SingleImp.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[20]=["Three Piece Parasol Set","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/ParaSet2.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 240<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[20]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[20],Style[20])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/ParaSet2.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[21]=["Full Parasol Set","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/Full%20Para%20Set.png></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 560<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[21]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[21],Style[21])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/Full%20Para%20Set.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[22]=["Bear Rug Set","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/BearRugSet.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 96<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[22]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[22],Style[22])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/BearRugSet.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[23]=["Gold Ice Cream Machine","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/GoldICM.png></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 80<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[23]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[23],Style[23])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/GoldICM.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[24]=["Petal Patch Floor","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/PetalPatchFloor.png></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 6<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[24]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[24],Style[24])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/PetalPatchFloor.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[25]=["Jamaican Sand Patch Floor","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/SandPatchFloor.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 3<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[25]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[25],Style[25])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/SandPatchFloor.gif" border="0"></a>
</td></tr><tr class="text"><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[26]=["Red Silk Pillow","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/RedSilkPillow.png></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 80<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[26]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[26],Style[26])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/RedSilkPillow.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[27]=["Snow Rug Floor","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/SnowFloor28.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 3<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[27]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[27],Style[27])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/SnowFloor28.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[28]=["Yellow Marquee","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/YellowMarquee.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 80<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[28]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[28],Style[28])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/YellowMarquee.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[29]=["Habbo Cola Machine","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/Cola.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 80<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[29]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[29],Style[29])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/Cola.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[30]=["X-Ray Screen","<table><tr><td><img src=http://hhgs.net/danny/habbo_club_furni/xrayscreen.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 120<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[30]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[30],Style[30])" onMouseOut="htm()"><img src="http://hhgs.net/danny/habbo_club_furni/xrayscreen.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[31]=["Electric Butler","<table><tr><td><img src=http://hhgs.net/danny/habbo_club_furni/Butler.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 560<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[31]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[31],Style[31])" onMouseOut="htm()"><img src="http://hhgs.net/danny/habbo_club_furni/Butler.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[32]=["Orange Parasol","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/OrangeParasol.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 320<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[32]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[32],Style[32])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/OrangeParasol.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[33]=["Moon Rug","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/MoonRug.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 120<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[33]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[33],Style[33])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/MoonRug.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[34]=["Snow Globe","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/SnowGlobe.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 120<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[34]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[34],Style[34])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/SnowGlobe.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[35]=["Gothic Fountain","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/goth_fountain.JPG></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 80<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[35]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[35],Style[35])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/goth_fountain.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[36]=["Grandfather Clock","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/grand_father_clock.JPG></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 80<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[36]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[36],Style[36])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/grand_father_clock.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[37]=["Strobe Solarium","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/StrobeSolarium.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 800<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[37]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[37],Style[37])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/StrobeSolarium.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[38]=["Jamaican Sand Patch","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/SandPatch.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 80<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[38]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[38],Style[38])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/SandPatch.gif" border="0"></a>
</td></tr><tr class="text"><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[39]=["Silver Nelly","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/SilverElephant.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 440<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[39]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[39],Style[39])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/SilverElephant.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[40]=["Speakers Corner","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/SpeakersCorner.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 80<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[40]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[40],Style[40])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/SpeakersCorner.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[41]=["Lappland Greetings","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/LapplandGreetings.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 160<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[41]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[41],Style[41])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/LapplandGreetings.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[42]=["Holiday Romance","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/HolidayRomance.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 240<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[42]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[42],Style[42])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/HolidayRomance.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[43]=["Blue Laser Gate","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/blue_laser.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 80<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[43]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[43],Style[43])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/blue_laser.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[44]=["Club Sofa","<table><tr><td><img src=http://hhgs.net/danny/habbo_club_furni/HCSofa.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 80<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[44]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[44],Style[44])" onMouseOut="htm()"><img src="http://hhgs.net/danny/habbo_club_furni/HCSofa.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[45]=["White Birdbath","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/WhiteFountain.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 720<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[45]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[45],Style[45])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/WhiteFountain.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[46]=["Blue Amber Lamp","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/BlueAmberLamp.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 160<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[46]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[46],Style[46])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/BlueAmberLamp.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[47]=["Black Monolith","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/BlackMonolith.png></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 160<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[47]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[47],Style[47])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/BlackMonolith.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[48]=["Elf Green Dragon Lamp","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/GreenDrag.png></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 80<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[48]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[48],Style[48])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/GreenDrag.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[49]=["Habbo Turntable","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/DJDecks.png></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 160<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[49]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[49],Style[49])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/DJDecks.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[50]=["Green Birdbath","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/GreenFountain.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 160<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[50]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[50],Style[50])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/GreenFountain.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[51]=["Atlantean Pillar","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/GoldPillar.png></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 40<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[51]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[51],Style[51])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/GoldPillar.png" border="0"></a>
</td></tr><tr class="text"><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[52]=["Rose Sleeping Bag","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/RoseSleepingBag.gif></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 40<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[52]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[52],Style[52])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/RoseSleepingBag.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[53]=["Terracotta Pillar","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/TerrocottaPillar.gif></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 64<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[53]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[53],Style[53])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/TerrocottaPillar.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[54]=["Study Desk","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/StudyDesk.gif></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 64<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[54]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[54],Style[54])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/StudyDesk.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[55]=["White Oriental Screen","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/WhiteOrientalScreen.png></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 72<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[55]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[55],Style[55])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/WhiteOrientalScreen.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[56]=["Violet Parasol","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/VioletParasol.gif></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 72<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[56]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[56],Style[56])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/VioletParasol.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[57]=["Oil Lamp","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/OilLamp.gif></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 40<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[57]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[57],Style[57])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/OilLamp.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[58]=["Persian Carpet","<table><tr><td><img src=http://hhgs.net/danny/habbo_club_furni/PersianCarpetST.gif></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 64<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[58]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[58],Style[58])" onMouseOut="htm()"><img src="http://hhgs.net/danny/habbo_club_furni/PersianCarpetST.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[59]=["Rosewood Screen","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/RoseWoodScreen.png></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 72<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[59]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[59],Style[59])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/RoseWoodScreen.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[60]=["Bonnie's Pillow","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/PurplePillow.png></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 72<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[60]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[60],Style[60])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/PurplePillow.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[61]=["New Year's Rocket","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/Redsmoke.gif></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 64<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[61]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[61],Style[61])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/Redsmoke.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[62]=["Shadow Screen","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/ShadowScreen.png></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 60<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[62]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[62],Style[62])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/ShadowScreen.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[63]=["Yellow Bear Rug","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/YellowBearRug.png></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 32<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[63]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[63],Style[63])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/YellowBearRug.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[64]=["Festive Fan","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/RedFan.png></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 64<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[64]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[64],Style[64])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/RedFan.png" border="0"></a>
</td></tr><tr class="text"><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[65]=["SUPERLOVE Fan","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/PinkFan.png></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 56<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[65]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[65],Style[65])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/PinkFan.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[66]=["Mochamaster","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/Mochamaster.gif></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 12<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[66]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[66],Style[66])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/Mochamaster.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[67]=["Nordic Table","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/NordicTable.gif></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 32<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[67]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[67],Style[67])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/NordicTable.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[68]=["Father Of Habbo","<table><tr><td><img src=http://hhgs.net/danny/posters/FatherOfHabboPoster.png></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 40<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[68]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[68],Style[68])" onMouseOut="htm()"><img src="http://hhgs.net/danny/posters/FatherOfHabboPoster.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[69]=["Screaming Furni's","<table><tr><td><img src=http://hhgs.net/danny/posters/ScreamingFurnies.png></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 40<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[69]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[69],Style[69])" onMouseOut="htm()"><img src="http://hhgs.net/danny/posters/ScreamingFurnies.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[70]=["Greek Pillar","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/GreekPillar.png></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 56<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[70]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[70],Style[70])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/GreekPillar.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[71]=["Alien Artifact # 1337","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/AlienArtifact.png></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 64<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[71]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[71],Style[71])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/AlienArtifact.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[72]=["DJ Throne","<table><tr><td><img src=http://hhgs.net/danny/posters/DJThrone.png></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 40<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[72]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[72],Style[72])" onMouseOut="htm()"><img src="http://hhgs.net/danny/posters/DJThrone.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[73]=["HC Plasto Set","<table><tr><td><img src=http://hhgs.net/danny/habbo_club_furni/HCplastoSet.gif></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 20<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[73]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[73],Style[73])" onMouseOut="htm()"><img src="http://hhgs.net/danny/habbo_club_furni/HCplastoSet.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[74]=["HC Plasto Table","<table><tr><td><img src=http://hhgs.net/danny/habbo_club_furni/HCtable.gif></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 8<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[74]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[74],Style[74])" onMouseOut="htm()"><img src="http://hhgs.net/danny/habbo_club_furni/HCtable.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[75]=["Green Bear Rug","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/GreenBearRug.png></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 32<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[75]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[75],Style[75])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/GreenBearRug.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[76]=["Blue Bear Rug","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/BlueBearRug.png></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 32<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[76]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[76],Style[76])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/BlueBearRug.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[77]=["Mega Television","<table><tr><td><img src=http://hhgs.net/danny/super/new/TVset.gif></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 32<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[77]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[77],Style[77])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/new/TVset.gif" border="0"></a>
</td></tr><tr class="text"><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[78]=["Antique Drapery","<table><tr><td><img src=http://hhgs.net/danny/super/new/curtain.gif></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 64<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[78]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[78],Style[78])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/new/curtain.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[79]=["Tubmaster","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/Tubmaster.gif></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 16<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[79]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[79],Style[79])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/Tubmaster.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[80]=["Retro Wall Lamp","<table><tr><td><img src=http://hhgs.net/danny/super/new/wallLamp.gif></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 56<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[80]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[80],Style[80])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/new/wallLamp.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[81]=["Cyan Ice Cream Machine","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/aquaICM.gif></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 72<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[81]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[81],Style[81])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/aquaICM.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[82]=["Dicemaster","<table><tr><td><img src=http://hhgs.net/danny/habbo_club_furni/Dicemaster.gif></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 32<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[82]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[82],Style[82])" onMouseOut="htm()"><img src="http://hhgs.net/danny/habbo_club_furni/Dicemaster.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[83]=["HC Plasto Chair","<table><tr><td><img src=http://hhgs.net/danny/habbo_club_furni/HCchair.gif></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 4<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[83]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[83],Style[83])" onMouseOut="htm()"><img src="http://hhgs.net/danny/habbo_club_furni/HCchair.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[84]=["System of a Ban","<table><tr><td><img src=http://hhgs.net/danny/posters/SystemOfABan.png></td><td><font color=black><b>Club Sofa(s):</b> 0.0<br/><b>Duck(s):</b> 40<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[84]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[84],Style[84])" onMouseOut="htm()"><img src="http://hhgs.net/danny/posters/SystemOfABan.png" border="0"></a>
</td></tr></table><p></p><br/>
<b>UK Supers</b><table><tr class="text"><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[500]=["Sky Dragon Lamp","<table><tr><td><img src=http://hhgs.net/danny/supers/sky_dragon.JPG></td><td><font color=black><b>Club Sofa(s):</b> 420.0<br/><b>Duck(s):</b> 33<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[500]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[500],Style[500])" onMouseOut="htm()"><img src="http://hhgs.net/danny/supers/sky_dragon.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[501]=["Purple Powered Fan","<table><tr><td><img src=http://hhgs.net/danny/supers/purple_fan.JPG></td><td><font color=black><b>Club Sofa(s):</b> 308.0<br/><b>Duck(s):</b> 24<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[501]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[501],Style[501])" onMouseOut="htm()"><img src="http://hhgs.net/danny/supers/purple_fan.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[502]=["Purple Dragon Lamp","<table><tr><td><img src=http://hhgs.net/danny/super/PurpleDragonLamp.png></td><td><font color=black><b>Club Sofa(s):</b> 220.0<br/><b>Duck(s):</b> 33900<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[502]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[502],Style[502])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/PurpleDragonLamp.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[503]=["Infobus Poster","<table><tr><td><img src=http://hhgs.net/danny/super/InfobusPoster.gif></td><td><font color=black><b>Club Sofa(s):</b> 182.0<br/><b>Duck(s):</b> 14560<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[503]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[503],Style[503])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/InfobusPoster.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[504]=["White Smoke Machine","<table><tr><td><img src=http://hhgs.net/danny/super/WhiteSmokeMachine.gif></td><td><font color=black><b>Club Sofa(s):</b> 176.0<br/><b>Duck(s):</b> 14080<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[504]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[504],Style[504])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/WhiteSmokeMachine.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[505]=["Purple Ice Cream Machine","<table><tr><td><img src=http://hhgs.net/danny/super/PurpleIceCreamMaker.png></td><td><font color=black><b>Club Sofa(s):</b> 132.0<br/><b>Duck(s):</b> 10560<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[505]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[505],Style[505])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/PurpleIceCreamMaker.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[506]=["Gold Dragon Lamp","<table><tr><td><img src=http://hhgs.net/danny/super/GoldDragonLamp.png></td><td><font color=black><b>Club Sofa(s):</b> 108.0<br/><b>Duck(s):</b> 8640<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[506]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[506],Style[506])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/GoldDragonLamp.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[507]=["Black Leather Pillow","<table><tr><td><img src=http://hhgs.net/danny/supers/black_pillow.JPG></td><td><font color=black><b>Club Sofa(s):</b> 88.0<br/><b>Duck(s):</b> 7<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[507]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[507],Style[507])" onMouseOut="htm()"><img src="http://hhgs.net/danny/supers/black_pillow.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[508]=["Dino Egg","<table><tr><td><img src=http://hhgs.net/danny/super/DinoEgg.gif></td><td><font color=black><b>Club Sofa(s):</b> 59.0<br/><b>Duck(s):</b> 4720<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[508]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[508],Style[508])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/DinoEgg.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[509]=["Army Plasto Chair","<table><tr><td><img src=http://hhgs.net/danny/super/ArmyPlastoChair.gif></td><td><font color=black><b>Club Sofa(s):</b> 54.0<br/><b>Duck(s):</b> 4320<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[509]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[509],Style[509])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/ArmyPlastoChair.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[510]=["Golden Nelly","<table><tr><td><img src=http://hhgs.net/danny/super/GoldenNelly.gif></td><td><font color=black><b>Club Sofa(s):</b> 47.0<br/><b>Duck(s):</b> 3760<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[510]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[510],Style[510])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/GoldenNelly.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[511]=["Throne","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/Throne.gif></td><td><font color=black><b>Club Sofa(s):</b> 44.5<br/><b>Duck(s):</b> 3560<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[511]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[511],Style[511])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/Throne.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[512]=["Silver Dragon Lamp","<table><tr><td><img src=http://hhgs.net/danny/super/SilverDragonLamp.png></td><td><font color=black><b>Club Sofa(s):</b> 40.0<br/><b>Duck(s):</b> 3200<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[512]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[512],Style[512])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/SilverDragonLamp.png" border="0"></a>
</td></tr><tr class="text"><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[513]=["Yellow Powered Fan","<table><tr><td><img src=http://hhgs.net/danny/supers/yellow_fan.JPG></td><td><font color=black><b>Club Sofa(s):</b> 32.0<br/><b>Duck(s):</b> 2560<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[513]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[513],Style[513])" onMouseOut="htm()"><img src="http://hhgs.net/danny/supers/yellow_fan.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[514]=["Typo","<table><tr><td><img src=http://hhgs.net/danny/super/Typewriter.gif></td><td><font color=black><b>Club Sofa(s):</b> 23.0<br/><b>Duck(s):</b> 1840<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[514]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[514],Style[514])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/Typewriter.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[515]=["Bronze Dragon Lamp","<table><tr><td><img src=http://hhgs.net/danny/super/BronzeDragonLamp.png></td><td><font color=black><b>Club Sofa(s):</b> 19.0<br/><b>Duck(s):</b> 1520<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[515]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[515],Style[515])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/BronzeDragonLamp.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[516]=["Lime Sleeping Bag","<table><tr><td><img src=http://hhgs.net/danny/super/LIMEBAG.gif></td><td><font color=black><b>Club Sofa(s):</b> 11.5<br/><b>Duck(s):</b> 920<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[516]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[516],Style[516])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/LIMEBAG.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[517]=["Red Laser Gate","<table><tr><td><img src=http://hhgs.net/danny/super/redlasergate.gif></td><td><font color=black><b>Club Sofa(s):</b> 8.5<br/><b>Duck(s):</b> 680<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[517]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[517],Style[517])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/redlasergate.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[518]=["Russian Samovar","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/RussianSamovar.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.8<br/><b>Duck(s):</b> 144<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[518]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[518],Style[518])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/RussianSamovar.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[519]=["Holopod","<table><tr><td><img src=http://hhgs.net/danny/normal_rares/Holopod.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.5<br/><b>Duck(s):</b> 120<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[519]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[519],Style[519])" onMouseOut="htm()"><img src="http://hhgs.net/danny/normal_rares/Holopod.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[520]=["Neptune Smoke Machine","<table><tr><td><img src=http://hhgs.net/danny/supers/neptune_smoke.JPG></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 7<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[520]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[520],Style[520])" onMouseOut="htm()"><img src="http://hhgs.net/danny/supers/neptune_smoke.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[521]=["Venomous Habbulus","<table><tr><td><img src=http://hhgs.net/danny/supers/venomous_habbulus.JPG></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 12<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[521]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[521],Style[521])" onMouseOut="htm()"><img src="http://hhgs.net/danny/supers/venomous_habbulus.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[522]=["Security Fence","<table><tr><td><img src=http://hhgs.net/danny/supers/security_fence.JPG></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 480<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[522]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[522],Style[522])" onMouseOut="htm()"><img src="http://hhgs.net/danny/supers/security_fence.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[523]=["Green Gothic Throne","<table><tr><td><img src=http://hhgs.net/danny/supers/green_goth_throne.JPG></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 3<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[523]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[523],Style[523])" onMouseOut="htm()"><img src="http://hhgs.net/danny/supers/green_goth_throne.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[524]=["Turquoise Satin Pillow","<table><tr><td><img src=http://hhgs.net/danny/supers/turquoise_satin_pillow.JPG></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 5<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[524]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[524],Style[524])" onMouseOut="htm()"><img src="http://hhgs.net/danny/supers/turquoise_satin_pillow.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[525]=["Red Ice Cream Machine","<table><tr><td><img src=http://hhgs.net/danny/supers/red_icm.JPG></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 14<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[525]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[525],Style[525])" onMouseOut="htm()"><img src="http://hhgs.net/danny/supers/red_icm.JPG" border="0"></a>
</td></tr><tr class="text"><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[526]=["Venus Smoke Machine","<table><tr><td><img src=http://hhgs.net/danny/supers/pink_smoke.JPG></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 10<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[526]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[526],Style[526])" onMouseOut="htm()"><img src="http://hhgs.net/danny/supers/pink_smoke.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[527]=["White Monolith","<table><tr><td><img src=http://hhgs.net/danny/supers/white_monolith.JPG></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 24<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[527]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[527],Style[527])" onMouseOut="htm()"><img src="http://hhgs.net/danny/supers/white_monolith.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[528]=["Pink Fluffy Pillow","<table><tr><td><img src=http://hhgs.net/danny/supers/pink_pillow.JPG></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 2<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[528]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[528],Style[528])" onMouseOut="htm()"><img src="http://hhgs.net/danny/supers/pink_pillow.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[529]=["Alien Artifact # 3007","<table><tr><td><img src=http://hhgs.net/danny/supers/green_smoke.JPG></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 21<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[529]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[529],Style[529])" onMouseOut="htm()"><img src="http://hhgs.net/danny/supers/green_smoke.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[530]=["Red Iced Shelf","<table><tr><td><img src=http://hhgs.net/danny/super/red_ice_shelf.JPG></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 80<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[530]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[530],Style[530])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/red_ice_shelf.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[531]=["Saturn Smoke Machine","<table><tr><td><img src=http://hhgs.net/danny/supers/gold_smoke.JPG></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 7<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[531]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[531],Style[531])" onMouseOut="htm()"><img src="http://hhgs.net/danny/supers/gold_smoke.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[532]=["Gold Sleeping Bag","<table><tr><td><img src=http://hhgs.net/danny/supers/gold_sleeping_bag.JPG></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 10<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[532]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[532],Style[532])" onMouseOut="htm()"><img src="http://hhgs.net/danny/supers/gold_sleeping_bag.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[533]=["Red Birdbath","<table><tr><td><img src=http://hhgs.net/danny/super/RedFountain.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 6<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[533]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[533],Style[533])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/RedFountain.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[534]=["Silver Trophy","<table><tr><td><img src=http://hhgs.net/danny/super/SilverTrophy.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 1<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[534]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[534],Style[534])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/SilverTrophy.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[535]=["Bronze Trophy","<table><tr><td><img src=http://hhgs.net/danny/super/BronzeTrophy.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 1<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[535]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[535],Style[535])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/BronzeTrophy.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[536]=["Trophy Set","<table><tr><td><img src=http://hhgs.net/danny/super/TrophySet.png></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 4<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[536]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[536],Style[536])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/TrophySet.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[537]=["Gold HABBO Tower Trophy","<table><tr><td><img src=http://hhgs.net/danny/super/GoldHabboTrophy.png></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 800<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[537]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[537],Style[537])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/GoldHabboTrophy.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[538]=["Silver HABBO Tower Trophy","<table><tr><td><img src=http://hhgs.net/danny/super/SilverHabboTrophy.png></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 2<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[538]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[538],Style[538])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/SilverHabboTrophy.png" border="0"></a>
</td></tr><tr class="text"><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[539]=["Bronze HABBO Tower Trophy","<table><tr><td><img src=http://hhgs.net/danny/super/BronzeHabboTrophy.png></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 2<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[539]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[539],Style[539])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/BronzeHabboTrophy.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[540]=["HABBO Tower Trophy Set","<table><tr><td><img src=http://hhgs.net/danny/super/HabboTrophyAll.png></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 4<br/><b>Up/Down:</b> <font color=green>Increased</font></td></tr></table>"]
Style[540]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[540],Style[540])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/HabboTrophyAll.png" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[541]=["Gold HABBO Tower Trophy (Blank)","<table><tr><td><img src=http://hhgs.net/danny/super/BlankHabboGoldTowerTrophy.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 7<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[541]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[541],Style[541])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/BlankHabboGoldTowerTrophy.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[542]=["Chocolate Ice Cream Machine","<table><tr><td><img src=http://hhgs.net/danny/supers/Choco_icm.JPG></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 11<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[542]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[542],Style[542])" onMouseOut="htm()"><img src="http://hhgs.net/danny/supers/Choco_icm.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[543]=["Gold Trophy","<table><tr><td><img src=http://hhgs.net/danny/super/GoldTrophy.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 1<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[543]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[543],Style[543])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/GoldTrophy.gif" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[544]=["Directors Chair","<table><tr><td><img src=http://hhgs.net/danny/supers/directors_chair.JPG></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 4<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[544]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[544],Style[544])" onMouseOut="htm()"><img src="http://hhgs.net/danny/supers/directors_chair.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[545]=["Gold Laser Gate","<table><tr><td><img src=http://hhgs.net/danny/supers/gold_laser.JPG></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 12<br/><b>Up/Down:</b> <font color=red>Decreased</font></td></tr></table>"]
Style[545]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[545],Style[545])" onMouseOut="htm()"><img src="http://hhgs.net/danny/supers/gold_laser.JPG" border="0"></a>
</td><script language="Javascript" type="text/javascript">
/*
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1
Text[546]=["Blue Birdbath","<table><tr><td><img src=http://hhgs.net/danny/super/BlueFountain.gif></td><td><font color=black><b>Club Sofa(s):</b> 1.0<br/><b>Duck(s):</b> 5<br/><b>Up/Down:</b> <font color=blue>Halted</font></td></tr></table>"]
Style[546]=["white","black","#000099","#E8E8FF","","","","","","","","","","",200,"",2,2,10,10,"","","","",""]
applyCssFilter()
</script><td>
<a href="#" onMouseOver="stm(Text[546],Style[546])" onMouseOut="htm()"><img src="http://hhgs.net/danny/super/BlueFountain.gif" border="0"></a>
</td></tr></table><p></p><br/>
<b>UK Seasonal</b><table></table><p></p><br/>
<b>UK Misc</b><table></table><p></p><br/>
<b>US Rares</b><table></table><p></p><br/>
<b>US Supers</b><table></table><p></p><br/>
<b>US Seasonal</b><table></table><p></p><br/>
<b>CA Rares</b><table></table><p></p><br/>
<b>CA Supers</b><table></table><p></p><br/>
<b>CA Seasonal</b><table></table><p></p><br/>
<b>HHGS Rares</b><table></table><p></p><br/>
<b>HHGS Supers</b><table></table><p></p><br/>
</center>
</div>
<?php
echo $footer;
?>
</body>
</html>
Want to hide these adverts? Register an account for free!