/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * File:		jcompatibility.js
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * Purpose:	makes jQuery play nice with Prototype
 *			
 * Copyright:	Synaptic Mash 2008 All Rights Reserved
 *
 * Developer contact:	Jason Hillier <jason.hillier@synapticmash.com>
 * 
 * Notes:
 * ------
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 
 var $j = jQuery.noConflict();

