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