// 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:50px; left:50px; z-index:999; width:486px; height:234px; background-color:black"><a href="javascript:hide(\'shippingNote\')"><img src="http://community.hottopic.com/hottopic/images/Landing_Page_Image/detailsbox_leagal_012510.gif" border="0"/></a></div>';

//var openShipping = '<div id="shippingNote" style="position:absolute; top:205px; left:545px; z-index:999; width:296px; cursor:help; height:115px; border:0px red solid; background-color:" onmousedown="show(\'shippingNote\')"></div>';

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_201002010_03.jpg) no-repeat; width:544px; height:621px; margin:0; padding:0;float:left; "><a href="/hottopic/Music/Apparel/BandTshirts.jsp?cm_re=Homepage-_-Box+1-_-Band+Tees" style="position:absolute;  width:544px; height:605px;"><img src="http://community.hottopic.com/hottopic/images/clear.gif" border="0" style="width:544px; height:621px;" title="Shop Band Tees"/></a></div><div style="background:url(http://community.hottopic.com/hottopic/images/Landing_Page_Image/Homepage_20100203_2_04.jpg) no-repeat; width:306px; height:621px; margin:0; padding:0;float:left; ">';

//!-- top right --
var Right_Level1_Img1 ='<a href="http://community.hottopic.com/hottopic/HTPlusOne/?cm_re=Homepage-_-Box+1-_-HTPlusOne" style="position:absolute; left:545px; width:296px; height:195px; top:5px;" border="0"><img src="http://community.hottopic.com/hottopic/images/clear.gif" border="0" style="width:296px; height:195px;" title="Learn More About HT+1"/></a>';

//!-- middle right --
var Right_Level1_Img2 ='<a href="/hottopic/ValentinesCollection.jsp?cm_re=Homepage-_-Box+2-_-Valentines+Collection" style="position:absolute; left:545px; width:296px; height:165px; top:329px; border:0px red solid;"><img src="http://community.hottopic.com/hottopic/images/clear.gif" border="0" style="width:296px; height:165px;" title="From Sweet To Sassy"/></a>';


//!-- music player --
var Music_Player ='<div style="position:absolute; left:545px; top:492px; width:296px; 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="296" 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/020810_HIM.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><embed src="http://community.hottopic.com/homepage_audio_stream/swf/020810_HIM.swf" wmode="transparent" quality="high" bgcolor="#000000" width="296" 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 + Right_Level1_Img1 + Right_Level1_Img2 + Music_Player + Main_bg_end;




document.write(Content);

