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

function initCufon() {
	////Bebas Neue
	Cufon.replace('.single-post h3,.sidebar .box h3, #content .box h2, .sidebar.right .banner ul li a, .sidebar.right .banner .plans .title span, #footer .footer-box .box h3, #commentform .comment-form-comment label, #articles h3', {fontFamily: 'beba', hover: true});
}


