// JavaScript Document

function hide(element){
        if(document.getElementById(element)){
        document.getElementById(element).style.display="none";
        }
}
function show(element){
        if(document.getElementById(element)){
        document.getElementById(element).style.display="block";
        }
}


var promoText  = '<div id="shippingNote" style="display:none;position:absolute; top:110px; left:181px; z-index:999; width:486px; height:210px; background-color:black"><a href="javascript:hide(\'shippingNote\')"><img src="http://community.hottopic.com/hottopic/images/Landing_Page_Image/detailsbox_leagal_09062010.gif" border="0"/></a></div>';

var openShipping='<img id="shippingNote" src="http://community.hottopic.com/hottopic/images/clear.gif" style="position:absolute;z-index:1000;  left:788px; top:431px; z-index:999; width:48px; cursor:help; height:13px; border:0px red solid;" onmousedown="show(\'shippingNote\')"/>';


var Main_bg ='<div style="width:850px; height:621px; margin:0; padding:0; position:relative; z-index:1;"><div style="background:url(http://community.hottopic.com/hottopic/images/Landing_Page_Image/Homepage_20100910B_05.jpg) no-repeat; width:544px; height:621px; margin:0; padding:0;float:left; "><a href="/hottopic/Music/Apparel/HipHop.jsp?cm_re=Homepage-_-Main-_-HipHop" style="position:absolute;  top:0px; left:0px;  width:544px; height:465px;"><img src="http://community.hottopic.com/hottopic/images/clear.gif" border="0" style="width:544px; height:465px; border:0px red solid;" title="Shop Hip Hop"/></a><a href="/hottopic/Music/Apparel/Screamo.jsp?cm_re=Homepage-_-Main-_-Screamo" style="position:absolute;  top:465px; left:0px;  width:135px; height:155px;"><img src="http://community.hottopic.com/hottopic/images/clear.gif" border="0" style="width:135px; height:155px; border:0px red solid;" title="Shop Screamo"/></a><a href="/hottopic/Music/Apparel/Metal.jsp?cm_re=Homepage-_-Main-_-Metal" style="position:absolute;  top:465px; left:135px;  width:135px; height:155px;"><img src="http://community.hottopic.com/hottopic/images/clear.gif" border="0" style="width:135px; height:155px; border:0px red solid;" title="Shop Metal"/></a><a href="/hottopic/Music/Apparel/HipHop.jsp?cm_re=Homepage-_-Main-_-HipHop" style="position:absolute;  top:465px; left:270px;  width:135px; height:155px;"><img src="http://community.hottopic.com/hottopic/images/clear.gif" border="0" style="width:135px; height:155px; border:0px red solid;" title="Shop Hip Hop"/></a><a href="/hottopic/Music/Apparel/PopPunk.jsp?cm_re=Homepage-_-Main-_-PopPunk" style="position:absolute;  top:465px; left:405px;  width:135px; height:155px;"><img src="http://community.hottopic.com/hottopic/images/clear.gif" border="0" style="width:135px; height:155px; border:0px red solid;" title="Shop Pop Punk"/></a></div><div style="background:url(http://community.hottopic.com/hottopic/images/Landing_Page_Image/Homepage_20100910B_07.jpg) no-repeat; width:306px; height:621px; margin:0; padding:0;float:left; ">';


var Right_Level1_Img1 ='<a href="/hottopic/Clearance.jsp?cm_re=Homepage-_-Box+1-_-Clearance" style="position:absolute; left:538px; width:306px; height:431px; top:0px; border:0px red solid;"><img src="http://community.hottopic.com/hottopic/images/clear.gif" border="0" style="width:306px; height:431px;" title="Shop Clearance"/></a>';

var Right_Level1_Img2 ='<a href="/hottopic/Apparel/HalloweenPreview.jsp?cm_re=Homepage-_-Box+2-_-Halloween+Preview" style="position:absolute; left:538px; width:306px; height:161px; top:459px; border:0px red solid;"><img src="http://community.hottopic.com/hottopic/images/clear.gif" border="0" style="width:306px; height:161px;" title="Shop Halloween"/></a>';


//!-- music player --
//var Music_Player ='<div style="position:absolute; left:548px; top:489px; width:310px; height:126px; "><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="297" height="126" id="deploy/Mp3 Player" align="middle"><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="false" /><param name="wmode" value="transparent" /><param name="movie" value="http://community.hottopic.com/homepage_audio_stream/swf/083010_DISTURBED.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><embed src="http://community.hottopic.com/homepage_audio_stream/swf/083010_DISTURBED.swf" wmode="transparent" quality="high" bgcolor="#000000" width="297" height="126" name="deploy/Mp3 Player" align="middle" allowScriptAccess="always" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object></div>';

var Main_bg_end ='</div></div>';

var Content = '<div id="waiting" style="position:absolute; top:0px; left:0px; z-index:1200;"></div>' + Main_bg + promoText + openShipping +  Right_Level1_Img1 + Right_Level1_Img2 + Main_bg_end;


document.write(Content);

