// This will revert the $-function from jQuery to any other library, such as Prototype.
// jQuery can then be called using the jQuery-function, like this:
//   jQuery('#foo').bar();
// See http://docs.jquery.com/Using_jQuery_with_Other_Libraries for more info.
jQuery.noConflict();


