$(document).ready(function() {
$('.adItem').betterTooltip({speed: 150, delay: 300});
	//$('.adItem').CreateBubblePopup({ innerHtml: 'this is a text!' });
	//alert($().jquery);
});
								

