// 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:160px; z-index:999; width:486px; height:350px; background-color:black"><a href="javascript:hide(\'shippingNote\')"><img src="http://community.hottopic.com/hottopic/images/Landing_Page_Image/detailsbox_leagal_11119.jpg" border="0"/></a></div>';

var openShipping = '<div id="shippingNote" style="position:absolute; top:209px; left:545px; z-index:999; width:296px; cursor:help; height:130px; 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_20091116_03.jpg) no-repeat; width:544px; height:621px; margin:0; padding:0;float:left; "><a href="/hottopic/LicensedGear/TheTwilightSagaNewMoon.jsp?cm_re=Homepage-_-Box+1-_-New+Moon+Merch" style="position:absolute;  width:544px; height:621px; "><img src="http://community.hottopic.com/hottopic/images/clear.gif" border="0" style="width:544px; height:621px;" title="Shop New Moon Merch"/></a></div><div style="background:url(http://community.hottopic.com/hottopic/images/Landing_Page_Image/Homepage_20091121_04.jpg) no-repeat; width:306px; height:621px; margin:0; padding:0;float:left; ">';

<!-- top right -->
var Right_Level1_Img1 ='<div style="position:absolute; left:545px; width:296px; height:195px; top:5px;"><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="195" id="deploy/Mp3 Player" align="middle"><param name="allowScriptAccess" value="always" /><param name="wmode" value="transparent" /><param name="allowFullScreen" value="false" /><param name="movie" value="http://community.hottopic.com/hottopic/images/Landing_Page_Image/flashht_2.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><embed src="http://community.hottopic.com/hottopic/images/Landing_Page_Image/flashht_2.swf" quality="high" wmode="transparent" bgcolor="#000000" width="297" height="195" name="deploy/Mp3 Player" align="middle" allowScriptAccess="always" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object></div>';

<!-- middle right -->
var Right_Level1_Img2 ='<img src="http://community.hottopic.com/hottopic/images/clear.gif" border="0" style="width:296px; height:132px;" /></a>';

<!-- bottom right -->
var Right_Level1_Img3 ='<a href="/hottopic/Music/Apparel/BandTshirts.jsp?cm_re=Homepage-_-Box+3-_-Band+Tees" style="position:absolute; left:545px; width:296px; height:132px; top:350px;"><img src="http://community.hottopic.com/hottopic/images/clear.gif" border="0" style="width:296px; height:132px;" title="Shop Band Tees"/></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="movie" value="http://community.hottopic.com/homepage_audio_stream/swf/111609_ftsk.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><embed src="http://community.hottopic.com/homepage_audio_stream/swf/111609_ftsk.swf" 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><a href="http://www.hottopic.com/hottopic/store/muze_new.jsp?PRODUCT<>prd_id=845524442198350&FOLDER<>folder_id=2534374302028381&cm_re=Homepage-_-Music+Player-_-Lady+Sovereign" style="position:relative;"><img src="http://community.hottopic.com/hottopic/images/clear.gif" border="0" width="1px" height="1px" title="Get Brokencyde&acute;s Latest CD"></a></div>';

var Main_bg_end ='</div></div>';

var Content = Main_bg + Right_Level1_Img1 + Right_Level1_Img2 + Right_Level1_Img3 + Music_Player +promoText+openShipping+ Main_bg_end;




document.write(Content);
