/**
 * @Copyright CSSJockey - Web Design and Development
 * @Website: http://www.cssjockey.com
 * @Terms of Use: http://www.cssjockey.com/terms-of-use
 * If you change the contents below sky will fall on your head!
 */
var $j = jQuery.noConflict();

$j(document).ready(function(){
    $j('.featured-post-container')
    .cycle({
        fx: 'scrollLeft',
        speed:  2000,
        timeout: 8000
    });
});