/* ----------------------------------------------------------
	title		  : KP Framework
	created		  : 5/21/09
	last updated  : 5/21/09
---------------------------------------------------------- */
jQuery.noConflict();     
jQuery(document).ready(function($){



/* Ticker */
if ( $('#adminbar #toolbar').length ) {	
	$('#ticker').css({'height':'auto','overflow':'visible'});
	}



if ( $('#adminbar #toolbar').length ) {	} else {
	if ( $('#main-extra .blogList').length ) {
		
			$('#main-extra .blogList ul').cycle({
			fx: 'fade',
			speed: 'fast',
			timeout: 7000,
			pause: 1
			});
		
		}
}


if ( $('#adminbar #toolbar').length ) {	} else {
	if ( $('#ticker .linksModule').length ) {
		
			$('#ticker .linksModule ul').cycle({
			fx: 'fade',
			speed: 'fast',
			timeout: 5000,
			pause: 1
			});
		
		}
}


});//end doc ready
