I have been using this script for a while now ( originally written by Soh Tanaka but source website is gone) - it pops up a window over a darkened page with a close button that
.live has been removed from 1.9. You can replace this syntax:
.live
$('selector').live('event', function(e) {
With:
$(document).on('event', 'selector', function(e) {