// JavaScript Document

getTwitters('tweet1', {
    id: 'machiasobi',
    count: 3,
    enableLinks: true,
    ignoreReplies: true,
    clearContents: true,
	template: '<span class="prefix"><img src="home/img/tweet_machiasobi.png" width="150" height="20" alt="machiasobi" /><a href="http://twitter.com/%user_screen_name%">%user_name%</a></span> <span class="status">"%text%"</span> <span class="time"><a href="http://twitter.com/%user_screen_name%/statuses/%id%">%time%</a></span>'

});

getTwitters('tweet2', {
    id: 'machiasobi_pop',
    count: 3,
    enableLinks: true,
    ignoreReplies: true,
    clearContents: true,
	template: '<span class="prefix"><img src="home/img/tweet_poppogai.png" width="150" height="20" alt="machiasobi_pop" /><a href="http://twitter.com/%user_screen_name%">%user_name%</a></span> <span class="status">"%text%"</span> <span class="time"><a href="http://twitter.com/%user_screen_name%/statuses/%id%">%time%</a></span>'

});
getTwitters('tweet3', {
    id: 'machiasobi_bw',
    count: 3,
    enableLinks: true,
    ignoreReplies: true,
    clearContents: true,
	template: '<span class="prefix"><img src="home/img/tweet_bw.png" width="150" height="20" alt="machiasobi_bw" /><a href="http://twitter.com/%user_screen_name%">%user_name%</a></span> <span class="status">"%text%"</span> <span class="time"><a href="http://twitter.com/%user_screen_name%/statuses/%id%">%time%</a></span>'

});

getTwitters('tweet4', {
    id: 'machiasobi_mt',
    count: 3,
    enableLinks: true,
    ignoreReplies: true,
    clearContents: true,
	template: '<span class="prefix"><img src="home/img/tweet_bizan.png" width="150" height="20" alt="machiasobi_mt" /><a href="http://twitter.com/%user_screen_name%">%user_name%</a>  </span> <span class="status">"%text%"</span> <span class="time"><a href="http://twitter.com/%user_screen_name%/statuses/%id%">%time%</a></span>'

});


getTwitters('tweet5', {
    id: 'machiasobi_sec',
    count: 3,
    enableLinks: true,
    ignoreReplies: true,
    clearContents: true,
	template: '<span class="prefix"><img src="home/img/tweet_sec.png" width="150" height="20" alt="machiasobi_sec" /><a href="http://twitter.com/%user_screen_name%">%user_name%</a></span> <span class="status">"%text%"</span> <span class="time"><a href="http://twitter.com/%user_screen_name%/statuses/%id%">%time%</a></span>'

});

