dfpAppEvent = {
dispatch: function(a,b) {
var c = {"name":a, "info":b, "google.afma.Notify_dt":(new Date).getTime()},
d = ["gmsg://mobileads.google.com/appEvent"],
e, u;
for (e in c) d.push("&", a, "" === c[e] ? "" : "=", encodeURIComponent(String(c[e])));
d[1] && (c = d[0], e = c.indexOf("#"), 0 <= e && (d.push(c.substr(e)), d[0] = c = c.substr(0, e)), e = c.indexOf("?"), 0 > e ? d[1] = "?" : e == c.length - 1 && (d[1] = void 0));
u = d.join("");
if("loading" == document.readyState)
{
document.write("<iframe style=\"display:none\" src="+u+"></iframe>");
}
else
{
var e = document.body;
var a;
a = document.createElement("IFRAME");
a.id = "afma-notify-" + (new Date).getTime();
a.style.display = "none";
a.src = u;
e.appendChild(a)
}
}
};
dfpAppEvent.dispatch("event_name", "event_value");