Cufon.replace('#hd-ls h1, #hd-ls h2, h3', {
	hover: true
});
Cufon.replace('.typography h1, .typography h2, .typography h3');

var $J = jQuery.noConflict();

$J(document).ready(function($){ 
    $('ul.sf-menu').superfish({autoArrows:false}); 
    
    $('#our-edge, #what-we-do').children('a').click(function(e) {
    	e.preventDefault();
    	return false;
    });

	if($('#moreinfo').length) {
		$('#morelink').click(function() {
			$('#moreinfo').toggle('slow');
			return false;
		});
	}
	if($('#accset').length) {
		$('#accset').msAccordion({defaultid:0});
	}
}); 