I think because I have a newer version of Featured Content Gallery, Flynn's code doesn't match up to the files that are there now. I posted about not being able to get this to work here-
http://forum.bytesforall.com/showthread.php?t=5372
I have
Version 3.2.0 of the plugin,
Or maybe I am just being dense.
The file jd.gallery.js.php is said to be inactive, and the code doesn't look the same. It has-
<?php
include("../../../../wp-load.php");
$fcg_button = get_option('gallery-fcg-button') != '' ? get_option('gallery-fcg-button') : "Featured Content";
$fcg_fade_duration = get_option('gallery-fade-duration') != '' ? get_option('gallery-fade-duration') : 500;
$fcg_delay = get_option('gallery-delay') != '' ? get_option('gallery-delay') : 9000;
$fcg_default_transaction = get_option('gallery-default-transaction') != '' ? get_option('gallery-default-transaction') : "fade";
?>