
    Cufon.replace('.menu ul li', { hover: true, fontFamily: 'Proxima' });
    Cufon.replace('.phone', {  fontFamily: 'Proxima' });
    Cufon.replace('h1', { fontFamily: 'Proxima' });
    Cufon.replace('h2', { fontFamily: 'Proxima' });
    Cufon.replace('h3', { fontFamily: 'Proxima' });
    Cufon.replace('h4', { fontFamily: 'Proxima' });

 jQuery.noConflict();
    
    /* Start Main Homepage Slideshot with Fade Effect, textnav, and control arrows */
    jQuery(function() {
         jQuery('#slideshow').cycle({
        	        fx:     'fade',
        	        speed:  1000,
        	        timeout: 5500,
        	        pager:  '#slideshownav',
                    next:   '#slideshownext',
                    prev:   '#slideshowprev',
        	        pagerAnchorBuilder: function(idx, slide) {
        	            // return sel string for existing anchor
        	            return '#slideshownav li:eq(' + (idx) + ') a';
        	        }
      });
    });


