<!--
<!-- here is the ad insertion function -->
var OAS_target = '';
var OAS_rn = new String (Math.random()); OAS_rns = OAS_rn.substring (2, 11);

<!-- here is the ad insertion function -->
function OAS_NORMAL(pos) {
document.write('<A HREF="' + OAS_url + 'click_nx.ads/' + OAS_sitepage + '/1' +
OAS_rns + '@' +
OAS_listpos + '!' + pos + '?' + OAS_query + '" TARGET=' + OAS_target + '>');
document.write('<IMG SRC="' + OAS_url + 'adstream_nx.ads/' + OAS_sitepage + '/1' +
OAS_rns + '@' + OAS_listpos + '!' + pos + '?' + OAS_query + '" BORDER=0></A>');
}


document.write('');
function OAS_AD(pos) {
//For now render ad locally from images
//DisplayAds(pos);

if (OAS_version >= 11)
  OAS_RICH(pos);
else
  OAS_NORMAL(pos);
}

function DisplayAds (pos)
{
//For Now Generate the Image URL 
var imageUrl = "";
if (pos == "XXX")
{
 //Ad set up for this position
  if (OAS_version >= 11)
  {
	 OAS_RICH(pos);
  }
  else
  {
     OAS_NORMAL(pos);
  }
  return;
}
else if (pos == "Right1")
{
 imageUrl = "/DecisionHealth/common/images/120x240.gif";
}
 else if (pos == "Bottom")
{
  imageUrl = "/DecisionHealth//common/images/468x60.gif";
}
else if (pos == "x11")
{
  imageUrl = "/DecisionHealth/common/images/120x240.gif";
}

else if (pos == "x12")
{
  imageUrl = "/DecisionHealth/common/images/336x280.gif";
}
else if (pos == "Left1")
{
 imageUrl = "/DecisionHealth/common/images/120x240.gif";
}
else if (pos == "TopLeft")
{
  imageUrl = "/DecisionHealth/common/images/234x60.gif";
}
else if (pos == "TopRight")
{
  imageUrl = "/DecisionHealth/common/images/234x60.gif";
}
else if (pos == "MiddleLeft")
{
  imageUrl = "/DecisionHealth/common/images/234x60.gif";
}
else if (pos == "Top")
{
  imageUrl = "/DecisionHealth/common/images/468x60.gif";
}
else
{ 
  imageUrl = "/DecisionHealth/common/images/234x60.gif";
}
document.write('<A HREF=""><IMG SRC="' + imageUrl + '" BORDER="0" align="center" ></a>');
return;
}
-->



