from_ugcs = true;if (from_ugcs){
    window.onload = function () {
        d = document.createElement('div');
        d.style.border = '2px solid red';
        d.style.padding = '2px';
        d.style.marginTop = '2px';
        d.style.fontWeight = 'bold';
        d.appendChild(document.createTextNode(
            'Twiddle Queue has moved to http://wombatula.com/. You have ' +
            'been automagically redirected to the new site.'));
        
        document.body.insertBefore(d, document.body.firstChild);
    }
}
