jQuery(document).ready(function(){
	rels();
});

function rels() {
	jQuery("a[rel=external]").attr("target", "_blank");
	jQuery("a[rel=print]").bind('click', function() {
		window.print();
		return false;
	});
}


$(window).load(counter);

function counter() {
	//$.get('http://www.blogspetrobras.com.br/fatosedados/wp-content/themes/Blix/counter.php');
}



function abrir_impressao(url) {
	newwindow=window.open(url,'Imprimir','height=700,width=650');
	if (window.focus) {newwindow.focus()}
	return false;
}

$(document).ready(function(){
	$('div.single img').jcaption();
	$('#content .entry img').jcaption();
});

