function thum(x) { 
var item = $(x); 
Element.toggle(item); // 表示→非表示、非表示→表示 
} 


Event.observe(window, 'load', function() {
$$('a[href^=#]:not([href=#])').each(function(element) {
element.observe('click', function(event) {
new Effect.ScrollTo(this.hash.substr(1));
Event.stop(event);
}.bindAsEventListener(element))
})
})


getTwitters('tweet', {
id: 'illllli_s',
count: 1,
enableLinks: true,
ignoreReplies: false,
clearContents: true,
template: '%text%'
}); 

