// JavaScript Document
$(document).ready(function() {
	$('.tooltip').thoughtBubble();  
});