$(document).ready(function() {
	
});




getTwitters(
	'tweet-container',
	{
	id: 'camaravalinhos',
	count: 2,
	enableLinks: true,
	ignoreReplies: true,
	clearContents: true,
	lang: 'pt-br',
	template: '<span class="texto"> "%text%"</span> <a href="http://twitter.com/%user_screen_name%/statuses/%id%/" class="time">%time%</a>'
});



function openWindow(url, title, extra) {
	
	window.open (url,title,extra);
	
}

