/* Author: 

*/
$(document).ready(function(){
    getTwitters('twitter', {
        id: 'sbareau', 
        prefix: '',  // If you want display your avatar and name <img height="16" width="16" src="%profile_image_url%" /><a href="http://twitter.com/%screen_name%">%name%</a> said:<br/>
        clearContents: false, // leave the original message in place
        template: '%text% <span class="time">- %time%</span>',
        count: 1, 
        withFriends: true,
        ignoreReplies: false,
        newwindow: true
    });

});




















