/**
 * An adapter for the Shadowbox media viewer and the wordpress 2.5 user interface.
 *
 * @author      Patrick Atamaniuk
 * @copyright   2008 Patrick Atamaniuk
 * @license     http://www.gnu.org/licenses/lgpl-3.0.txt GNU LGPL 3.0
 * @version     1.0
 */

jQuery(function($) {	
 Shadowbox.init();
		  });



