/*
Stamp = new Date();

var the_dom = Stamp.getDate();

var the_month = Stamp.getMonth();

if (the_dom > 15) {the_month = the_month +1; }
if (the_month == 12) { the_month = 0;}

  if (the_month == 0){my_month = "January"};
  if (the_month == 1){my_month = "February"};
  if (the_month == 2){my_month = "March"};
  if (the_month == 3){my_month = "April"};
  if (the_month == 4){my_month = "May"};
  if (the_month == 5){my_month = "June"};
  if (the_month == 6){my_month = "July"};
  if (the_month == 7){my_month = "August"};
  if (the_month == 8){my_month = "September"};
  if (the_month == 9){my_month = "October"};
  if (the_month == 10){my_month = "November"};
  if (the_month == 11){my_month = "December"};
  
  

document.write ("<p><span class=\"subheadblue\">" +
				 "<strong>"+
				 "Sign up on or before "+ my_month + " 15th " +
				 "</strong>"+
				 "and receive the first month with no minimum charge. " + 
				 "Call Sales at: 1-866-500-9696.</span> " +
			 	"<br /><br />"+
				 "<span class=\"body12\">Receive a FREE gift when you sign up. Quantities are limited.</span> "+
				 "<br /><br />"+
				 "<a onclick=\"javascript:urchinTracker('/outgoing/reseller');\" href=\"https://register.hostingsvcs.com/offers/resellerintrowaivemin/plan=RESELLER-A1\" class=\"buttongreen16\"\">" +
				 "Sign Up Online</a>" +
				 "</p>");
*/

document.write ("<p><span class=\"subheadblue\">" +
				 "<strong>"+
					"For a limited time, sign up and never pay a minimum monthly charge."+
					"<br /><br />"+
					"$25 one-time setup fee will&nbsp;apply."+
					"</strong>"+
					"<br /><br />"+
				 "<a onclick=\"javascript:urchinTracker('/outgoing/reseller');\" href=\"https://register.hostingsvcs.com/offers/resellerintrowaivemin/plan=RESELLER-A1\" class=\"buttongreen16\"\">" +
				 "Sign Up Online</a>" +
				 "</p>");