function getRefByName(l, d) {
    var r = null, j
    d = (d || document)
    if (d.images[l]) return d.images[l]
    else if (d.anchors[l]) return d.anchors[l]; else if (d.layers && d.layers.length > 0) {