// JavaScript Document
var UINOTS = window.UINOTS || {};

UINOTS.init = function()
{
	url = 'http://www.areaescolar.com.br/site2/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) }
	try { url += 'qtdeNot='+qtdeNot+'&amp;'; } catch(e) { void(null) }
	try { url += 'tickerCel='+tickerCel+'&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=200 width=190></iframe>';
	document.write(html);
}

UINOTS.init();