
/*
$(document).ready(function() {
	$.Juitter.start({
		searchType:"toUser", // needed, you can use "searchWord", "fromUser", "toUser"
		searchObject:"NOVA_ESCOLA", // needed, you can insert a username here or a word to be searched for, if you wish multiple search, separate the words by comma.
		lang:"portuguese", // restricts the search by the given language
		live:"live-10", // the number after "live-" indicates the time in seconds to wait before request the Twitter API for updates.
		placeHolder:"juitterContainer", // Set a place holder DIV which will receive the list of tweets example <div id="juitterContainer"></div>
		loadMSG: "carregando mensagens", // Loading message, if you want to show an image, fill it with "image/gif" and go to the next variable to set which image you want to use on 
		imgName: "http://revistaescola.abril.com.br/css/imagens/loading.gif", // Loading image, to enable it, go to the loadMSG var above and change it to "image/gif"
		total: 5, // number of tweets to be show - max 100
		readMore: "Veja no Twitter", // read more message to be show after the tweet content
		nameUser:"text" // insert "image" to show avatar of "text" to show the name of the user that sent the tweet 
	});	
});
*/

function Comente(val){var width=600; var height=500; window.open('/comentario/'+val+'_comente.shtml','Comente', 'toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width='+width+',height='+height);}
function abrirpop(){
	largura = screen.width;
altura = screen.height;

window.open('compondocom.shtml','escrevendocom','width="+largura+",height="+largura+",top=0,left=0,status=yes,scrollbars=yes,toolbar=yes,resizable=yes,maximized=yes,menubar=no,location=no');
}
