function _refresh(_x,_y) {$(_x).hover(function(){$(this).addClass('hover');},function() {$(this).removeClass('hover');setTimeout(function(){Cufon.refresh(_y)}, 10);});}
function initCufon() {
	Cufon.replace('#header .text strong,.search label,h1,.post-row span,.columns h2,.info-row span,.posts-list h2,.slants .name,.contributors-block h2,.contributors-block h3,.contributors-block .text .name,.container .box-row h2,.add-nav a,', { fontFamily: 'Rockwell', hover: true});
}
$(document).ready(function(){
	initCufon();
});

