// What is $(document).ready ? See: http://flowplayer.org/tools/using.html#document_ready
$(document).ready(function() {
	$("a[rel]").overlay({ 
 
	    // one configuration property 
	    color: '#ccc', 
	 
	    // another property 
	    top: 140
	 
	    // ... the rest of the configuration properties 
	});
});
