/**
 * This file is intended strictly for reassigning the jQuery
 * library to the $j shortcut to avoid any conflict with the
 * prototype library.  
 * 
 * Load this file AFTER BOTH libraries have been loaded.
 */

var $j = jQuery.noConflict();