
      $(function() {
	   $("a[rel]").overlay({
		expose: '#000009',
		effect: 'apple',
		onBeforeLoad: function() {
		  var wrap = this.getContent().find("div.wrap");
		  wrap.load(this.getTrigger().attr("href"));
		} 
	  });
    });


