var sres = getQueryVariable('res');

if (sres=='bot') {
	document.write('<p style="color:red;font-weight:bold;">We\'re sorry, but your form is being flagged as a spam attempt.  Please <a href="/contact.html">contact us</a> for assistance.</p>');
}
else if (sres=='success') {
	document.write('<p style="color:red;font-weight:bold;">Thank you for subscribing.  We\'ll keep you updated on all of our news and special offers.</p>');
}
else {
	if (sres=='incomplete') {
		document.write('<p style="color:red;font-weight:bold;">You did not fill out all required forms.  You must fill out your name and e-mail address.</p>');
	}
	else if (sres=='error') {
		document.write('<p style="color:red;font-weight:bold;">There was an error processing the form.  We apologize for the inconvenience.  Please contact us directly at <a href="marketing@ameribag.com">marketing@ameribag.com</a> for assistance.</p>');
	}
}
