$(function() {
					 
	if(!($.browser.msie && $.browser.version <= 6)) {
		var noticias = new Array();
		
		$(".classnoticia").each(function(i, item) {
			noticias.push($(item));
			if(i % 2 == 1) {
				$(noticias).equalHeights();		  					
				noticias = new Array();
			}
		}); 
	}
	
	$('#tweets').jTweetsAnywhere({
		username: 'colinas_rs',
		count: 1,
		showTweetFeed : {
			showTimestamp : false,
			paging:
			{
				mode: "prev-next"
			}
		}
	});
});
