//default

this.window.name = 'capa';

$(function(){
	
	$('a[rel~=blank],a[rel~=novaJanela]').each(function(){
		$(this).attr('target','_blank');
	});

	$('head').append('<link rel="stylesheet" type="text/css" href="http://extranet.ueby.com/~projetos/msolutions/site/css/ueby.com.css" media="screen" />');
	$('head').append('<link rel="stylesheet" type="text/css" href="http://extranet.ueby.com/~projetos/msolutions/site/css/jquery.fancybox.css" media="screen" />');
	
	//this.window.name = 'capa';
	
});
