$(document).ready(function(){

	$.sifrSettings({path:'http://psappha.lezsexo.com/fonts/'});
	$(".post-title").sifr({color: '#222211', font:'Rockwell Extra Bold', width: '468', height: '40'});
	$("h2").sifr({color: '#555544', font:'Rockwell', textTransform: 'uppercase', width: '468', height: '14'});
	$(".sidebar-title").sifr({color: '#555544', font:'Rockwell', textTransform: 'uppercase', width: '150', height: '14'});
	$("#comments h4").sifr({color: '#555544', font:'Rockwell', textTransform: 'uppercase', width: '468', height: '12'});
	  $("#box img").animate({opacity: "0.1"}, 1200)
	  .animate({opacity: "0.4"}, "slow")
	  .animate({opacity: "0.9"}, "slow")
	  return false;

});