function dom_init() {

	
	$('.cycle-measure').cycle({ 
		fx:     'fade', 
		speed:  'slow', 
		timeout: 0,
		pager:'.leftNav', 
		next:   '.nextButton a',
		prev:   '.prevButton a',
		pagerAnchorBuilder: function(idx, slide) {
        return '<li><a href="#">' + slide.title + '</a></li>';} 
	});
	
	
	$('.cycle-shirts-splash').cycle({ 
	    fx:     'fade', 
	    speed:  'slow', 
	    timeout: 0, 
	    next:   '#shirts-splash-next', 
	    prev:   '#shirts-splash-prev' 
	});	
	
 $("label img[title]").tooltip({ 
     
        tip: '#demotip',  
         
        // tweak the position 
        offset: [-20, 20], 
        effect: 'slide' 
    }).dynamic( { 
        bottom: { 
            direction: 'down', 
            bounce: true 
        } 
    }); 	

 $("span.tooltipTrigger").tooltip({ 
     
        tip: '#demotip',  
         
        // tweak the position 
        offset: [-20, 20], 
        effect: 'slide' 
    }).dynamic( { 
        bottom: { 
            direction: 'down', 
            bounce: true 
        } 
    }); 


//tooltipTrigger

}

Cufon.replace('.cufon, .fc_link_nav, #fc_cart_controls_top');
