function insertAdList(){
var ah2, aul, ali=[], alink=[], aspan;
var theWidget = document.getElementById("gtpapwidget");
ah2 = document.createElement("h2");
ah2.innerHTML = "Current Google 3rd Party Ad Providers";
ah2.setAttribute("id", "gtpaph2");
theWidget.parentNode.insertBefore(ah2,theWidget.nextSibling);
aul = document.createElement("ul");
aul.setAttribute("id", "gtpapul");
Warning: Invalid argument supplied for foreach() in /home/mvandem/public_html/google-third-party-ads/gtpap.js on line 17
theWidget.parentNode.insertBefore(aul,ah2.nextSibling);
aspan = document.createElement("span");
aspan.setAttribute("id", "gtpaplistdate");
aspan.innerHTML = "Provider list current as of .
";
aspan.innerHTML += "Google, as a third party vendor, uses cookies to serve ads on this site. ";
aspan.innerHTML += "Google's use of the DART cookie enables it to serve ads to our users based ";
aspan.innerHTML += "on their visits to this site and other sites on the Internet. Users may opt ";
aspan.innerHTML += "out of the use of the DART cookie by visiting the ";
aspan.innerHTML += "Google ad and content network privacy policy.
";
aspan
theWidget.parentNode.insertBefore(aspan,aul.nextSibling);
}
insertAdList();