// JavaScript Document
<!-- form shadowbox -->

$(function() {
	 $("#apple a[rel]").overlay({effect: 'apple', expose: '#000'});
});
                      
            
<!-- form shadowbox -->

