// 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:789px; top:596px; 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_20100909_03.jpg) no-repeat; width:534px; height:621px; margin:0; padding:0;float:left; "><a href="/hottopic/Apparel/TShirts/NoveltyTees.jsp?cm_re=Homepage-_-Main-_-Novelty+Tees" style="position:absolute;  top:0px; left:0px;  width:534px; height:621px;"><img src="http://community.hottopic.com/hottopic/images/clear.gif" border="0" style="width:537px; height:611px; border:0px red solid;" title="Buy One Now!"/></a></div><div style="background:url(http://community.hottopic.com/hottopic/images/Landing_Page_Image/Homepage_20100909_04.jpg) no-repeat; width:316px; 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:316px; height:596px; top:0px; border:0px red solid;"><img src="http://community.hottopic.com/hottopic/images/clear.gif" border="0" style="width:310px; height:596px;" title="Shop Clearance"/></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 + Main_bg_end;


document.write(Content);

