﻿$(document).ready(function() {
    $('#home_cycle_pages')
    .before('<div id="home_cycle_nav">')
    .cycle({
        fx: ie, // ie var is passed in when loading, all version of ie having transition problems
        speed: 'slow',
        timeout: 7000,
        pager: '#home_cycle_nav',
        pause: 1
    });
});
