$(document).ready( function(){

  $('#f_name').example(function(){
    return $(this).attr('title');
  });

  $('#f_phone').example(function(){
    return $(this).attr('title');
  });

  $('#f_email').example(function(){
    return $(this).attr('title');
  });

  $('.slideshow').cycle({
    fx: 'fade',
    timeout: 5000
  });

  $('#gallery a').lightBox();

});
