/**/

$(document).ready(function(){

	$('#tkwhat').example(function() {
		return $(this).attr('title');
	});
	
	$('#tkwhere').example(function() {
		return $(this).attr('title');
	});
	
	$('#aowhat').example(function() {
		return $(this).attr('title');
	});
	
	$('#aowhere').example(function() {
		return $(this).attr('title');
	});
});
