function filterPath(string) {
	return string
	  .replace(/^\//,'')
	  .replace(/(index|default).[a-zA-Z]{3,4}$/,'')
	  .replace(/\/$/,'');
}

Cufon.replace('.sluzby-row h2, .main-zakaznici h3, .main-zakaznici h4, .novinky, .footer-container h3, .footer-container h4, .body-footer-contact h4, .body-footer-contact p, .inner-left h3, .inner-row h4', {fontFamily:'Aller'});

Cufon.replace('.main-zakaznici h2, .zakaznici-right h2, .main-content h2, .newsletter h2, .footer-container h2, .inner-left h2, .inner-right h2', {fontFamily:'Aller Display'});
