

var HOT_AREA="hotArea";var NEW_AREA="newArea";var HOT_BUBBLE="hotBubble";var NEW_BUBBLE="newBubble";var TOPIC_BUBBLE="topicBubble";var TOPIC_AREA="topicArea";window.onload=function(){var C,A;G(HOT_AREA).style.position="relative";G(HOT_AREA).style.top="0px";G(HOT_AREA).style.left="0px";G(HOT_AREA).style.paddingLeft="10px";G(NEW_AREA).style.position="relative";G(NEW_AREA).style.top="0px";G(NEW_AREA).style.left="0px";var B=G(TOPIC_BUBBLE);if(B){G(TOPIC_AREA).style.position="relative";G(TOPIC_AREA).style.top="0px";G(TOPIC_AREA).style.left="0px";G(TOPIC_AREA).onmouseover=function(){G(TOPIC_BUBBLE).style.display="block"};G(TOPIC_AREA).onmouseout=function(){G(TOPIC_BUBBLE).style.display="none"}}B=null;G(HOT_AREA).onmouseover=function(){G(HOT_BUBBLE).style.display="block"};G(HOT_AREA).onmouseout=function(){G(HOT_BUBBLE).style.display="none"};G(NEW_AREA).onmouseover=function(){G(NEW_BUBBLE).style.display="block"};G(NEW_AREA).onmouseout=function(){G(NEW_BUBBLE).style.display="none"}};
