//************************************************ 
//* Customizable region b file - this file can be 
//* modified to hold client page footer.
//*
//* This region is the bottom of the html page.
//*
//* NOTE: DO NOT DELETE THIS FILE.
//*	  You may modify this file or you may
//*	  remove its functionality by deleting all
//*	  lines following the first line:
//*	  'document.write('<!--begin region_b-->');'
//*
//************************************************
function displayGoogle()
{
	if(document.location.host.indexOf('peacehealth.org') != -1)
	{
		var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
  	document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
  	document.write(unescape("%3Cscript src='/std/ganalytics.js' type='text/javascript'%3E%3C/script%3E"));
	}
}

function displaySurvey()
{
	document.write ('<div style="text-align:left; margin: 10px 0 20px 5px">');
  document.write ('<a href="http://www.peacehealth.org/apps/survey/default.asp?SurveyID=1934" border="0">');
  document.write ('<img src="/images/survey.jpg" border="0" />');
  document.write ('</a>');
  document.write ('<a href="http://www.peacehealth.org/apps/survey/default.asp?SurveyID=1934" style="margin-left: 10px">');
  document.write ('Tell us what you think about PeaceHealth.org and enter a drawing for a $10 gift card!');
  document.write ('</a>');
  document.write ('</div>');
}

document.write('<!-- begin region_b -->');
document.write('&nbsp' );

//displaySurvey();
displayGoogle();

document.write('<!-- end region_b -->');

