Cufon.replace('h1, h2, h3, h4, h5, h6, #logo, #slideshow ul li p, #container #content .clear a, #container #content .info a, #container #content .info span');
Cufon.replace('#menu ul li a',{hover: true});
jQuery.noConflict();
jQuery(function($){
    $('#slideshow ul').cycle({
        fx:      'fade',
		next:    '#nextslide', 
	    prev:    '#prevslide',
		speed:   2000,
		timeout: 7000
    });
    $('#slideshow ul').corner('12px');
    $('#content .areas').corner('16px');
    $('iframe.rounded').corner('6px');
    
	$('#newsfeedreplace').rssfeed('http://research.lawyers.com/blogs/feeds/index.rss2', {
		limit: 5,
		header: false,
		content: false,
		titletag: 'p',
		linktarget: '_blank'
	});

	// Hide the 'email' text if it doesn't contain an email (in the attorneys listing
	$('.attorney').each(function(){
	    if($('.email', this).next().text() == '') {
	    	$('.email', this).hide();
		}
	});
	
	if($('.details .picture .phone').html()=='P: ') {
		$('.details .picture .phone').hide();
	}

});
