
var isCookie = false;

try{

 	var type = Cookies.get('fontsFancyFontType');

	if(type == undefined || (type != undefined && type == 'cufon'))

	isCookie = true;

	}catch(e){

	isCookie = true;

   }



if(isCookie != false){
					Cufon.now();
					
					Cufon.replace('h1, h2, h3, h4, h5, h6', {
					fontFamily: "League Gothic".replace('', ' ')
					});
					
					Cufon.replace('.panel-head h1', {
					fontFamily: "Agency FB".replace('', ' ')
					});
					
					
					Cufon.replace('h2.heading, h3.sideh3, h2.innerhead ', {
					fontFamily: "League Gothic".replace('', ' ')
					});
					
					
}			
