// JavaScript Document

var RightAd = 
'<div id="RightAd">'+
			 '<div class="t"><div class="b"><div class="l"><div class="bl"><div class="tl">'+
			 	//text here
//				'<a href="http://www.emergencycontacts.com/document.php?Id=227">'+
//				'<img src="'+ statHost +'/images/special/Emerg_Contact.jpg" alt="Emergency Contacts" width="139" height="180" /></a>	'+
//		'<a href="'+ statHost +'/BeHealthy/DiseaseMgmt/Education/index.htm">'+
//				'<img src="'+ statHost +'/images/special/RB-HO-podcast-adB.jpg" alt="Care Management Podcasts" border="0" /></a>	'+
		'<a href="https://www.blue365deals.com/publishers/bcbsa-national/daily_deal_subscribers/presignup">'+
				'<img src="'+ statHost +'/images/special/Blue365-0112.png" alt="Blue365 Discounts" border="0" /></a>	'+
				//end text
				'</div></div></div></div></div>'+
		'</div>'

document.write(RightAd);
