/*!
 * Alienfactory JavaScript 1.0
 * http://www.alienfactory.com/
 *
 * Copyright (c) 2009 Terry Rieckhoff
 * Licensed under the Creative Commons License:
 * http://creativecommons.org/licenses/by/3.0/
 *
 * Date: 2009-02-19 17:34:21 -0500 (Thu, 19 Feb 2009)
 * Revision: 6246
 */


// ****************************************************************
// jquery feature article 
// ****************************************************************

$(function() {
				
			
			$('#featurearticle').cycle({ 
            fx:     'fade',
            prev: '#prev1', 
            next: '#next1',
            timeout: 9000,
            speed: 1000
            //delay:  5000 
			});
				
		}); //end jquery call


