// Default JS Content - Do Not Delete

$(document).ready( function() {
   $('div#header').click( function() {
      window.location.replace('http://www.rosewoodhotels.com/weddings');
   });
});
