
var textsearch = '<div class="searchBox"><form id="form1" name="form1" method="get" action="http://www.tshirthell.com/search.php">' +
'<table width="145" height="15" border="0" cellpadding="0" cellspacing="0">' +
'<tr><td bgcolor="#FFFFFF"><input name="search" type="text" id="search" border="0" style="padding: 0px 0px 0px 4px; border:0px; width:120px; height:15px; font-size:10px;" value="SEARCH" /></td>' +
'<td width="19" valign="middle"><input type="image" src="http://www.tshirthell.com/images/UI/images/search_arrow_wrap.gif" name="Submit" value="Submit" /></td>' +
'</tr></table></form></div>';
var cartbutt = '<div class="cartButton"><a href="http://www.tshirthell.com/store/cart.php"><img src="http://www.tshirthell.com/images/UI/images/cart_wrap.gif" border="0"></a></div>';

    function replaceSearchBox() {
	  document.write(textsearch);
	  document.write(cartbutt);
    }

	
    // ]]>
