$(document).ready(function() {

// select the overlay element - and "make it an overlay"
$("img[rel]").overlay({


	// we want to use the programming API
	api: true

// load it immediately after the construction
}).load();
});

