/*----------------------------------------
CHRA Javascript
Author: Mitch Dunaway
Last Updated: October 5, 2011
(c) 2011 Affiniscape, Inc.
All Rights Reserved. This JavaScript file must not be reproduced without the express written permission of Affiniscape, Inc.
For questions regarding licensing or setup please contact Affiniscape, projects @ affiniscape dot com
----------------------------------------*/

var j = jQuery.noConflict();
j(document).ready(function($){
	
	// Feed Widget
	$('#feed-widget').incFeedWidget({
		url: 'http://feeds.shrm.org/shrm/news/hr',
		items: 3
	});
	
	// Clickable Logo
    $('body').addClickableLogo({
        name: 'Colorado Human Resource Association',
        url: 'http://www.chra.org'
    });

	// Sponsor Box
	$().sponsorBox();    
						   
});



