// JavaScript Document
$(document).ready(function(){
    $('a.thickbox').lightpop({Contents:{iframeEnabled:true},grouping:false});
});

