/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */


/*
var $j = jQuery.noConflict();
$j(function(){

$j(".tooltip-trigger").tooltip({

   // tweak the position
   offset: [10, 2],

   // use the "slide" effect
   effect: 'slide'

// add dynamic plugin with optional configuration for bottom edge
}).dynamic({ bottom: { direction: 'down', bounce: true } });


});

*/
