I am using the JQuery tools located at http://flowplayer.org/tools/index.html
I currently have this code below triggering the overlay
<div id="triggers">
<img src="http://farm4.static.flickr.com/3651/3445879840_7ca4b491e9_m.jpg" rel="#mies1"/>
as you can see we are using the rel attribute to call the overlay with an image. I would like to call the overlay with plain text or a link.
At the very bottom of the page their is a script tag including this
$(document).ready(function() { $("img[rel]").overlay(); });
I can provide any other information that may be needed. Thank you!