// 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>	'+
				//end text
				'</div></div></div></div></div>'+
		'</div>'

document.write(RightAd);