// JavaScript Document

var Main_bg ='<div style="background:url(http://community.hottopic.com/hottopic/images/Landing_Page_Image/Apparel_20100202_03.jpg) no-repeat; width:848px; height:621px; margin-left:2px; padding:0; position:relative;">';


<!-- main image -->
var Main_img ='<a href="/hottopic/Apparel/IntimateApparel.jsp?cm_re=Apparel-_-Main+Image-_-Intimate+Apparel" style="position:absolute; left:0px; top:0px; width:620px; height:615x;"><img src="http://community.hottopic.com/hottopic/images/clear.gif" style="width:620px; height:615x;" border="0" title="Shop Intimate Apparel"/></a>';

<!-- top right -->
var TopRight_Img ='<a href="/hottopic/Apparel/AliceInWonderlandInspiredFashionApparel.jsp?cm_re=Apparel-_-Box+1-_-Alice+In+Wonderland+Inspired+Fashion+Apparel" style="position:absolute; left:620px; width:226px; height:311px; top:0px;"><img src="http://community.hottopic.com/hottopic/images/clear.gif" border="0" style="width:226px; height:311px;" title="Shop Fashion Hoodies"/></a>';

<!-- bottom right -->
var BottomRight_Img ='<a href="/hottopic/Apparel/TShirts/BandTees.jsp?cm_re=Apparel-_-Box+2-_-Band+Tees" style="position:absolute; left:620px; width:226px; height:308px; top:311px;"><img src="http://community.hottopic.com/hottopic/images/clear.gif" border="0" style="width:226px; height:308px;" title="Shop Fashion Tops"/></a>';

var Main_bg_end ='</div>';

var Content = Main_bg + Main_img + TopRight_Img + BottomRight_Img + Main_bg_end;

document.write(Content);


