$(document).ready(function() {
	$(".tap").click(function () {
		$("#iphone").effect("shake", { times:3, distance:2 }, 60);
	});
});
