﻿function showPopPrograms() {
 var elm, dat = "";
 elm = document.getElementById("article_author_block");
 if(elm==null) { return; }
 dat += " <i><b>ADDvantage® Real Estate Network</b> is a leading Flat Fee MLS Listing provider.</i><br />";
 dat += " <img src=\"http://www.getmoreoffers.com/img/logo_small.jpg\" alt=\"AREN logo\" style=\"margin:5px 0px;\" /><br />";
 dat += " <div class=\"c_a\">Selling a Home?<br /><a href=\"/MLS-Program-Lineup.asp?a_lp="+window.location.toString()+"\">View Our Listing Program Options</a></div>";
 var xObj = document.createElement("div");
 xObj.style.border = "4px double #aaf";
 xObj.style.width = elm.offsetWidth+"px";
 xObj.style.margin = "auto 40px 10px 10px";
 xObj.style.padding = "3px";
 xObj.style.fontSize="12px";
 if(xObj.style.cssFloat!=null) { xObj.style.cssFloat = "right"; }
 if(xObj.style.styleFloat!=null) { xObj.style.styleFloat = "right"; }
 xObj.style.clear = "right";
 xObj.style.textAlign = "center";
 xObj.innerHTML = dat;
 elm.parentNode.insertBefore(xObj, elm.nextSibling);
}
addOnLoad(showPopPrograms);
