/**
 *  * This will allow jQuery to coexist with prototype relatively happpily.
 *   * For our purposes, this must be included immediately after jQuery 
 *    * jQuery will be referenced as '$j' instead of '$'.
 *     */
var $j = jQuery.noConflict();
