$(document).ready(function() {
	$('.turntime').tooltip('#turnTimeToolTip');
	$('.price').tooltip('#priceToolTip');
});