$(document).ready(function(){

$('#pageimage').cycle({ 
    delay:  2500, 
    speed:  750
}); 

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

$('#nav li:first-child').addClass('nav-first');
$('#nav li:last-child').addClass('nav-last');

});
