jQuery(document).ready(function() {
	//url=getAbsolutePath();
	url=jQuery("#light_media_url").val();
	jQuery("#wizards a").lightBox(url);

	

});



function getAbsolutePath() {
    var loc = window.location;
    var pathName = loc.pathname.substring(0, loc.pathname.lastIndexOf('/') + 1);
    return loc.href.substring(0, loc.href.length - ((loc.pathname + loc.search + loc.hash).length - pathName.length));
}


