// Load Prototype
google.load('search', '1');

// on page load complete, initialize the application
google.setOnLoadCallback(function() {
  // $(document.body).observe('onunload', GUnload);
  tiare = new Tiare;
});
