/*----------------------------------------
WLRA Javascript
Author: Mitch Dunaway
Last Updated: July 15, 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($){

	
	// Marketing Banner
	$('#banner ul').incMarketingBanner({
		showButtons:true
	}); 
	
	//24x7 Events Widget
    $('#events-widget').inc247events({
    	url: '/feeds/getEvent.cfm',
    	items: '4',
    	style: 'compact', //defaults to full
    	showDesc: 'false',
    	showLink: false,
    	linkUrl: '/calendar.cfm',
    	linkText: 'View All Events'
    });
						   
});

