// JavaScript Document
$(function() {
    $('#topimages').cycle({ 
    fx:    'fade', 
    speed:  3000 
 });
});


