$(function() {
  $('#rotator').cycle();
  $('#offers').cycle({
    speed:  500
  });
  var a = $('<a />').attr('href','http://www.familotel.com/').attr('target','_blank');
  a.click(function() {
    urchinTracker('/familotel-top');
  });
  $('#familotel img').wrap(a);
});
