/*
	Jquery and other libraries (like scriptaculous) uses the same shorthand '$()' and thus run into conflict.
	Jquery is currently (2007-06-25) only being used in Thickbox, and so jquery is being run in no conflict mode.
	
	To do this:
	
		1) Include this file.  jquery.noConflict() should be called after both libraries are loaded.
		2) Change any Jquery references to '$()' (such as in thickbox) with 'jQuery()'.
	
	for more information:
		http://docs.jquery.com/Using_jQuery_with_Other_Libraries
*/

jQuery.noConflict();
