/*
 * Just a wrapper to the jQuery library
 * so we can use $J() for jQuery and still have access to $() from Prototype
 * @author: c.dehoop@isource.nl
 */
var $J = jQuery.noConflict();
