// 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 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_20100727c_03.jpg) no-repeat; width:544px; height:621px; margin:0; padding:0;float:left; "><a href="/hottopic/Apparel/Bottoms/GuysDenim.jsp?cm_re=Homepage-_-Main-_-Guys+Denim" style="position:absolute;  top:0px; left:0px;  width:351px; height:621px;"><img src="http://community.hottopic.com/hottopic/images/clear.gif" border="0" style="width:544px; height:621px; border:0px red solid;" title="Shop Guys"/></a><a href="/hottopic/Apparel/Bottoms/GirlsDenim.jsp?cm_re=Homepage-_-Main-_-Girls+Denim" style="position:absolute;  top:0px; left:351px;  width:184px; height:621px;"><img src="http://community.hottopic.com/hottopic/images/clear.gif" border="0" style="width:184px; height:621px; border:0px red solid;" title="Shop Girls"/></a></div><div style="background:url(http://community.hottopic.com/hottopic/images/Landing_Page_Image/Homepage_20100729_04.jpg) no-repeat; width:306px; height:621px; margin:0; padding:0;float:left; ">';
var Right_Level1_Img1 ='<a href="/hottopic/Accessories/Bags/Backpacks.jsp?cm_re=Homepage-_-Box+1-_-Backpacks" style="position:absolute; left:544px; width:297px; height:158px; top:0px; border:0px red solid;"><img src="http://community.hottopic.com/hottopic/images/clear.gif" border="0" style="width:297px; height:158px;" title="Shop Backpacks"/></a>';

var Right_Level1_Img2 ='<a href="/hottopic/DarkStreet.jsp?cm_re=Homepage-_-Box+2-_-Dark+Street" style="position:absolute; left:544px; width:297px; height:162px; top:167px; border:0px red solid;"><img src="http://community.hottopic.com/hottopic/images/clear.gif" border="0" style="width:297px; height:162px;" title="Shop Dark Street"/></a>';

var Right_Level1_Img3 ='<a href="http://community.hottopic.com/hottopic/HTPlusOne/?cm_re=Homepage-_-Box+3-_-HTPlusOne" style="position:absolute; left:544px; width:297px; height:160px; top:330px; border:0px red solid;"><img src="http://community.hottopic.com/hottopic/images/clear.gif" border="0" style="width:297px; height:160px;" title="Join Now"/></a>';


//!-- music player --
var Music_Player ='<div style="position:absolute; left:544px; top:497px; width:297px; 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/072610_A7X.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><embed src="http://community.hottopic.com/homepage_audio_stream/swf/072610_A7X.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  + Right_Level1_Img1 + Right_Level1_Img2 + Right_Level1_Img3 + Music_Player + Main_bg_end;




document.write(Content);

