/* Twitter script for head of home page */

getTwitters('twitters', { 
    id: 'NoWaterNoLife', 
    clearContents: true, 
    count: 1, 
    withFriends: false,
    ignoreReplies: true,
    template: '<A HREF="updates\/twitter.html"><SPAN CLASS="prefix">NWNL on Twitter<\/SPAN><\/A>: <span class="status">&ldquo;%text%&rdquo;<\/span> <span class="time"><a href="http:\/\/twitter.com\/%user_screen_name%\/statuses\/%id%">%time%<\/a><\/span>'
});

/* Style sheet for Twitter content */

document.writeln('<STYLE TYPE="text/css"><!-- ');
/* .twitters (the plural) */
document.writeln('.twitters ul {list-style:none; padding:0; }');
document.writeln('.twitters li {font-family:Arial, sans; font-size:14px; line-height:1.3125em; color:#000080; margin-bottom:1em; }');
document.writeln('.twitters span.prefix {font-weight:bold; }');
document.writeln('.twitters span.time a {font-size:12px; color:#999; }');
document.writeln(' --><\/STYLE>');
