$(document).ready(function() {

Cufon.replace('h1, h4, .content-align3 h2, #member-area h2, #events-area h2, .content-align3 h5, #events-area h3,');
	});



$(document).ready(function() {

    $('.slideshow2').cycle({
        fx: 'scrollHorz',
        speed: 0200,
       timeout: 0,
        pager: '#visitnav',
		pagerEvent: 'mouseover',
        pagerAnchorBuilder: function(idx, slide) {
            // return sel string for existing anchor
            return '#visitnav li:eq(' + (idx) + ') a';
        }
    });
	});
	
	
	
