/**
 * Set jquery 1.4.4 to a new namespace
 */
var $jq144 = jQuery.noConflict();

window.$ = $jq144;
