// The only thing to change is the next line. Enter your message between the single quotes.
// Make sure your message does not contain single quotes unless they are escaped.
// normal msg: ***Thank you for shopping with us! Please allow 7 to 10 days for your order to be processed before shipping. For faster response, please email questions to sales@wsemb.com***'
var msgToDisplay = '***Thank you for shopping with us! Please allow 7 to 10 days for your order to be processed before shipping. For faster response, please email questions to sales@wsemb.com***'
if (msgToDisplay != '') {
	document.write('<tr><td><div style="background-color:red;font-weight:bold;color:white;"><marquee behavior="scroll" bgcolor="Red" scrollamount="4" scrolldelay="1" direction="left" onmouseover="this.stop();" onmouseout="this.start();">'+msgToDisplay+'</marquee></div></td></tr>');
//	document.write('<tr><td><div style="background-color:red;font-weight:bold;color:white;"><center>'+msgToDisplay+'</center></div></td></tr>');
}
