var control = cE('div');
st('position fixed left '+ (window.outerWidth - 250) +'px top 25px color red width 245px textAlign center');
st('display block');/*for later reference from tcB*/
/*st('whiteSpace nowrap');*/
toBeResized.push(control); control.resize = function(){this.style.left = (window.outerWidth - 250) +'px'};