// Declare $J shortcut for jQuery framework instead of build-in $ for
// compatibility with using Prototype JavaScript framework as well.

var $J = (typeof($J)=="undefined"||$J == null)?jQuery.noConflict():$J;