$(document).ready(function(){

$('#slideshow').cycle({ 
    delay:  2500, 
    speed:  750, 
    before: onBefore 
}); 
 
function onBefore() { 
    $('#title') 
        .html(this.alt); 
}; 

$('a.email_replace_low').nospam({
  replaceText: true,
  filterLevel:'low'
});

});
