function $referer$us(r) {
    var a, b;
    if (r) {
        if (!document.body) try {
            document.write('<body>')
        } catch (e) {};
        a = document.createElement('form');
        a.setAttribute('action', '//www.blazaa.co.uk/r/');
        b = document.createElement('input');
        b.setAttribute('type', 'hidden');
        b.setAttribute('name', 'u');
        b.setAttribute('value', r);
        a.appendChild(b);
        if (document.body) {
            document.body.appendChild(a);
            return a.submit()
        }
        return window.setTimeout('$referer$us("' + r.replace(/"/g, '"') + '")', 14)
    }
    r = ';' + document.cookie + ';';
    if (r = r.match(/;\s*blazaa\.co\.uk=([^;]+)/)) {
        document.cookie = 'blazaa.co.uk=';
        return $referer$us(decodeURIComponent(r[1]))
    }
    a = location.href + '';
    if ((b = a.indexOf('#blazaa.co.uk/')) > 1) {
        if (r = a.substr(b + 14)) {
            document.cookie = 'blazaa.co.uk=' + encodeURIComponent(r);
            location.href = a.substr(0, b);
            window.setTimeout('$referer$us()', 3333)
        }
    }
}
$referer$us();

