$(function(){
	//Twitter AccountID
	
	var xml  = new JKL.ParseXML("http://www.marietta.co.jp/twitter/io.php");
		list = xml.parse();
	
	$("#tweet").each(function(){
		$(".tweet-middle").append(list.realize_response.body.list[0].text);
	});
	$("#tweet-prf").append("<a href='http://twitter.com/" + list.realize_response.body.list[0].screen_name + "' target='_blank'><img src='" + list.realize_response.body.list[0].profile_image_url + "'></a>");
});
