/*
 * Enable jQuery to work with prototype.
 *
 * So instead of using $("...") and $("#...") 
 * for jQuery things now use $j("...") and $j("#...").
 *  
 */
var $j = jQuery.noConflict();