/* Author: Chaotic Creations
*/
$(document).ready(function(){  
$('#pictureSlideshow').cycle({ 
    fx:    'fade', 
    pause:  2 
});
$('#homeRotator')
.after('<div id="nav">') 
.cycle({ 
    fx:     'scrollLeft', 
    timeout:  15000,  
    pager:  '#nav' 
});
}); 
