closeSG = false;

txtrow1 = "SunGrubbies.com is temporarily <span class='msgHilite'>closed</span> for product testing,";
txtrow1 = "SunGrubbies.com is temporarily <span class='msgHilite'>closed</span> for the 4th of July holiday.";
txtrow2 = "We will reopen to serve you on July 6th.";
txtrow3 = "Online orders received during this time will be shipped on July 6th.";
txtrow3e = "We will respond to emails received during this time on Tuesday the 6th.";

wishing = "Wishing you health &amp; happiness in the great outdoors,";
folks = "~ The Folks at SunGrubbies.com ~";

closetxt="";
if (closeSG){
	blnk1 = "";
	blnk2 = "";
	t = location.href;
	if (t.indexOf("email") >-1){
		txtrow3 = txtrow3e;
		blnk2 = "<br>";
	}
	if (t.indexOf("ourCart") >-1){
		blnk1 = "<br>&nbsp;";
	}
	closetxt += blnk1;
	closetxt += '<table width =85% align="center" cellpadding="5" bgcolor="#CCFFCC" bordercolor="#FF3333" border="1">';
	closetxt+= '<tr><td align=center><span class="msgText">';
	closetxt+= txtrow1 + "<br>";
	closetxt += txtrow2 + "<br>";
	if (txtrow3 != ""){
		closetxt += txtrow3 + "<br>";
	}
	closetxt += '</span><span class="msgText2">';
	closetxt += wishing + "</span><br>";
	closetxt += '<span class="msgText3">';
	closetxt += folks + "</span>";
	closetxt += "	</td></tr></table>";
	closetxt += blnk2;
}





