var a = location.hostname;

document.write("<a style='font-family:Times New Roman, Geneva, sans-serif; color:#000; font-size:16px'>Medical Alert service is $34.95 per month.</a><br><br><br>");

if (a=="www.medicalalertandbracelets.com")
	{
		document.write("<br>");		
	}
	else
	{
		document.write("<img src='Images/save-30-pct-now.png' align='left'; alt='Save 30% Now!'><br>");
		document.write("<a style='font-family:Times New Roman, Geneva, sans-serif; color:#F00; font-size:20px'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Discounted price is $24.47 per month.</b></a>");
		document.write("<br><br><br><br><br>");
		document.write("<a style='font-family:Times New Roman, Geneva, sans-serif; color:#F00; font-size:20px'>This <i>discounted price</i> will <b>never</b> increase for as long as you have your service!</a><br><br>");
		document.write("<script type='text/javascript' src='http://www.medicalalertdiscount.com/discount-expires-date.js'></script><br>");
	}

