var $vq = jQuery.noConflict();
$vq(document).ready(function($){ 
	$("#contentPage img[title].info").tooltip();
});
