twitterStatus = ["Needed 4 tickets. Only bought 3. So I am in the bar at Zydeco while my wife, daughter and her friend are up stairs at the show. Come on down","I now realized I lumped evented programming and non-blocking I\/O into one on the <a style=\"text-decoration: none;\" href=\"http:\/\/twitter.com\/dev_hell\">@dev_hell<\/a> podcast. Should have separated the two.","<a style=\"text-decoration: none;\" href=\"http:\/\/twitter.com\/grmpyprogrammer\">@grmpyprogrammer<\/a> Oh, I am hoping to work this into a reoccurring role. =)"];html = '<div style="font-family: Andale Mono, Courier New, monospace;">';
html+= '<div style="padding-bottom: 6px;"><span style="color:#AD3C37"><strong>brian.moonspot.net #</strong></span> get_tweets.sh</div>';
for(t in twitterStatus){
    html+= "<div style='border-bottom: 1px dashed black;margin-bottom:6px;padding-bottom:6px;'>" + twitterStatus[t] + "</div>";
}
html+= '</div>';
if(tw && tw.container && document.getElementById(tw.container)){
    document.getElementById(tw.container).innerHTML = html;
}

