
var addivadz;
if (addivadz = document.getElementById("adz"))
{
  if (navigator.userAgent.indexOf("MSIE 6.0") >= 0 && "adz" == "blogads")
  {
    addivadz.innerHTML = "<div class=\"ad-ie6\"><iframe src=\"http://sitepointstatic.com/ads/adobe/300x250.html\" width=300 height=250 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0  scrolling=no bordercolor=\"#000000\"></iframe><div id='beacon_1054' style='position: absolute; left: 0px; top: 0px; visibility: hidden;'><img src='http://ads.aws.sitepoint.com/phpadsnew/www/delivery/lg.php?bannerid=1054&amp;campaignid=588&amp;zoneid=76&amp;channel_ids=,&amp;loc=http%3A%2F%2Fads.aws.sitepoint.com%2Fadjs.php%3Fregion%3D76%26did%3Dadz%26adtype%3Dvertical&amp;cb=6dd0f318fc' width='0' height='0' alt='' style='width: 0px; height: 0px;' /></div></div>";
  }
  else
  {
	addivadz.innerHTML = "<div class=\"ad\"><iframe src=\"http://sitepointstatic.com/ads/adobe/300x250.html\" width=300 height=250 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0  scrolling=no bordercolor=\"#000000\"></iframe><div id='beacon_1054' style='position: absolute; left: 0px; top: 0px; visibility: hidden;'><img src='http://ads.aws.sitepoint.com/phpadsnew/www/delivery/lg.php?bannerid=1054&amp;campaignid=588&amp;zoneid=76&amp;channel_ids=,&amp;loc=http%3A%2F%2Fads.aws.sitepoint.com%2Fadjs.php%3Fregion%3D76%26did%3Dadz%26adtype%3Dvertical&amp;cb=6dd0f318fc' width='0' height='0' alt='' style='width: 0px; height: 0px;' /></div></div>";
  }
}
	