$(document).ready(function() { 	
	
	$(function() {
$(".tooltip").tooltip({ 
    bodyHandler: function() { 
        return $($(this).attr("href")).html(); 
    }, 
    showURL: false 
});
$(".tooltip2").tooltip({showURL: false, fade:250});
		});
		$(function() {
    jQuery('#item-photos').jcarousel();
});

    // call the tablesorter plugin 
     


});