//                                     */
//    Used with: index.htm             */
//                                     */
//               cycle_befaftfade.css  */
//                                     */
$(document).ready(function() {
  $("#cyclebefaftfade1").cycle({
    fx: 'fade',
    speed: 2000,
    timeout: 4000
  });
});
$(document).ready(function() {
  $("#cyclebefaftfade2").cycle({
    fx: 'fade',
    speed: 2000,
    timeout: 4000
  });
});