// JavaScript Document
var UINOTS = window.UINOTS || {};

UINOTS.init = function()
{
	url = 'http://ultimainstancia.uol.com.br/notsbarra/nots.php?';
	try { url += 'colorBack='+colorBack+'&amp;'; } catch(e) { void(null) }
	try { url += 'colorText='+colorText+'&amp;'; } catch(e) { void(null) }
	try { url += 'widhtFrame='+widhtFrame+'&amp;'; } catch(e) { void(null) }
	try { url += 'sizeText='+sizeText+'&amp;'; } catch(e) { void(null) }
	html = '<iframe src="'+url+'" ';
	html += 'marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" frameborder="0" scrolling="no"';
	html += 'height=25 width='+widhtFrame+'></iframe>';
	document.write(html);
}

UINOTS.init();