$(document).ready(function() {
	if (typeof backend == 'undefined') {
		Cufon.replace('h1, h2.BoxHead, #MainNavigation > li > a');
	}
});

