// 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="'+ statHost +'/socp">'+
//				'<img src="'+ statHost +'/images/special/SOCP-ALA-site-ad.jpg" alt="Turn off paper SOCP" width="131" height="179" border="0" /></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="'+ statHost +'/BeHealthy/DiseaseMgmt/Education/index.htm">'+ */
//		'<a href="http://itunes.apple.com/bw/app/national-provider-finder/id431372558?mt=8" onclick="var s=s_gi(\'bcbsks\');s.tl(this,\'e\',\'MobileApp\')">'+
//				'<img src="'+ statHost +'/images/special/ProvDir_Mobile-app_a.png" alt="National Doctor and Hospital Finder Mobile App" border="0" /></a>'+
				'<img src="'+ statHost +'/images/special/ProvDir_Mobile-app_e.png" alt="National Doctor and Hospital Finder Mobile App" border="0" usemap="#MApp" />'+//</a>'+
'<map name="MApp" id="MApp">'+
	'<area shape="rect" coords="2,57,139,120" href="http://itunes.apple.com/bw/app/national-provider-finder/id431372558?mt=8" onclick="var s=s_gi(\'bcbsks\');s.tl(this,\'e\',\'MobileApp\')" alt="for iPod, iPhone and iPad" />'+
	'<area shape="rect" coords="3,120,139,185" href="https://market.android.com/details?id=com.bcbs.finder" onclick="var s=s_gi(\'bcbsks\');s.tl(this,\'e\',\'MobileAppAndroid\')" alt="for Android phones and tablets" />'+
'</map>'+
		//end text
	'</div></div></div></div></div>'+
		'</div>'

document.write(RightAd);
