function initCufon() {

	Cufon.replace('#main .gallery div ul li .box h3 a', { fontFamily: 'Interstate-LightCondensed', hover: true });
	Cufon.replace('#main .gallery div ul li .box p', { fontFamily: 'Interstate-LightCondensed'});
	Cufon.replace('#header .top-hold ul a', { fontFamily: 'Interstate-LightCondensed', hover: true });
	Cufon.replace('#header .tabset a.tab', { fontFamily: 'Interstate-LightCondensed', hover: true });
	Cufon.replace('#sidebar h3', { fontFamily: 'Interstate-LightCondensed'});
	Cufon.replace('#sidebar ul a', { fontFamily: 'Interstate-LightCondensed', hover: true });
	Cufon.replace('#content h1', { fontFamily: 'Interstate-LightCondensed'});
	Cufon.replace('#content .TitleText', { fontFamily: 'Interstate-LightCondensed'});
	Cufon.replace('#header .bar ul a', { fontFamily: 'Interstate-RegularCondensed', hover: true });
	Cufon.replace('#sidebar h3', { textShadow: '#ebffa8 0px 0px, #366360 -1px -1px', fontFamily: 'Interstate-RegularCondensed'});
	Cufon.replace('#header .btn-banking', { textShadow: '#fff 0px 0px, #2e6267 1px -1px', fontFamily: 'Interstate-LightCondensed', hover: true });
	Cufon.replace('#sidebar .individual', { fontFamily: 'Interstate-LightCondensed'});
	Cufon.replace('#sticky .gallery-box h3', { fontFamily: 'Interstate-RegularCondensed'});
	Cufon.replace('#sticky .gallery div ul li .box p', { fontFamily: 'Interstate-RegularCondensed'});
	Cufon.replace('#poll b', { fontFamily: 'Interstate-RegularCondensed'});
	
}

$(document).ready(function(){
     if($('.scrollable').length == 0){
          initCufon();
     }
});