// JavaScript Document
// What is $(document).ready ? See: http://flowplayer.org/tools/using.html#document_ready
$(function() {
	$("#triggers img[rel]").overlay({effect: 'apple'});
});