Cufon.replace('#nav a, h1, h2',        {fontFamily : 'Grandesign Neue Serif',  hover : true });

$(function() {

  $('br.linebreak').remove();

  $('#mainimage').cycle({
      timeout:  6000,
      next:     'a#next',
      prev:     'a#prev',
      cleartypeNoBg: true
  });
});
