﻿var x_win = window.self;
while (x_win != window.top) {
    if (typeof (x_win['acc_site']) != "undefined") { break; }
    try {
        if ((typeof (x_win.parent['acc_site']) === "undefined") || (typeof (x_win.parent['acc_site']) === "unknown")) { break; }
        x_win = x_win.parent;
    }
    catch (e) { break; }
}
if (typeof (x_win['acc_site']) === "undefined") { var acc_site = "KOIN"; }
adserver = "http://w10.centralmediaserver.com";
target = "/SITE=" + acc_site + "/AREA=IDM.OBITUARIES/POS=UPPERRIGHT/AFFIL=cbs/DMA=portland_or/ISPASSBACK=NO/AAMSZ=300X250";
random = Math.round(Math.random() * 100000000);
if (!pageNum) var pageNum = Math.round(Math.random() * 100000000);
if (!idmAdTagCounter) var idmAdTagCounter = 1;
else idmAdTagCounter++;
document.write('<scr');
document.write('ipt src="' + adserver + '/jserver' + target + '/pageid=' + pageNum + '/acc_random=' + random + '">');
document.write('</scr');
document.write('ipt>');