var j = jQuery.noConflict();

Cufon.set('fontFamily', 'Kabel Ult BT').replace('.kabel');
Cufon.set('fontFamily', 'belwebold').replace('.slidedesc h1,.btn,.fmore,.htitle,#searchsubmit,.submitcomment');
Cufon.set('fontFamily', 'belwebold').replace('#mission-vision h1,.programs h2',{textShadow: '1px 1px 3px rgba(0,0,0,0.5)'});
Cufon.set('fontFamily', 'univers').replace('#aboutkids span');
j(document).ready(function(){
   j(document).pngFix();
});

function slide_show() {
	afterhtml = '<div id=\"slideshow_nav\">';
	j('#slidese').before(afterhtml).cycle({ 
    fx:     'scrollHorz', 
    speed:  600,
    timeout: 8000,
    pager:  '#slideshow_nav' 
	});
}
