// init jquery and prevent it from taking the $() namespace from prototype
// var $j = jQuery.noConflict();

// onload
// $j(document).ready(function(){


// });