$(document).ready(function(){
    
    // Place onDomReady calls here
    DwApetito.controlSeoBoxToggle();
    
	DwApetito.tabbedContentInit();
	
	DwApetito.rcM6ImageTabsInit();
	
	DwApetito.contentSliderInit();
	
	/*DwApetito.faceboxForFormLayerInit();*/
	
    DwApetito.toggleContentInit();
    
/*    DwApetito.lightBoxInit(); old lightbox for module m12 - replaced by facebox */
    
    DwApetito.toggleSearchFormInit();
    
    DwApetito.positionLinksInSquares();
    
    DwApetito.toggleLinkSquares();
    
    DwApetito.toggleMainNav();
	
});

