Cufon.replace('h2, h3, h4, .btn_sml span, .btn_lrg span, .modal_box #loader p',{fontFamily: 'Public Gothic Circular'});
Cufon.replace('.ad-description-title', {fontFamily: 'Public Gothic Federal'});
Cufon.replace('.display_list .numbered .number, .article_header', {fontFamily: 'Public Gothic Federal'});

//elements that require hover states
Cufon.replace('.navigation a', {fontFamily: 'Public Gothic Circular', hover: true});


/*
//elements that require hover states
Cufon.replace('.flash_wrapper a span, .promotions li a', {hover: true});
//elements that require a text shadow
Cufon.replace('.page_banner div',{ textShadow: '#333 1px 1px' });*/
   
$(document).ready(function() {	
    $('.toggle').toggleVal();     

    $('body').supersleight();
	
	$('.news_widget_list').jCarouselLite({
	    vertical: true,
	    auto: 10000,
	    speed: 1000,
	    visible: 1

	});
});
