$(document).ready(function() {
				$("#twitter").getTwitter({
					userName: "ashinoyoshi",
					numTweets: 5,
					loaderText: "読み込み中です...",
					slideIn: false,
					showHeading: true,
					headingText: "あしのつぶやき",
					showProfileLink: true
				});
			});
