

//hacking jQuery to work with prototype's $ 
//all jQuery calls start with '$j'
var $j = jQuery.noConflict();
