function twitter(twitterid, text, twitterified, created_at, in_reply_to_user_id, in_reply_to_status_id, in_reply_to_screen_name, retweet)
{
        this.twitterid = twitterid;
        this.text = text;
        this.twitterified = twitterified;
        this.created_at = created_at;
        this.in_reply_to_user_id = in_reply_to_user_id;
        this.in_reply_to_status_id = in_reply_to_status_id;
        this.in_reply_to_screen_name = in_reply_to_screen_name;
        this.retweet = retweet;
}
var twitters = new Array(3);
twitters[0] = new twitter(171606628410470401, 'We\'ve finally got some game related news for #TG12, more to follow http://t.co/NO6wbHTf', 'We\'ve finally got some game related news for <a href="http://search.twitter.com/search?q=TG12" target="_blank">#TG12</a>, more to follow <a href="http://t.co/NO6wbHTf" target="_blank">http://t.co/NO6wbHTf</a>', '2012-02-20 15:46:23', '0', '0', 
'0', '0');
twitters[1] = new twitter(171268156818587648, '@OleMartin4 Security behandler e-post fortløpende,  husk vi er frivillige og at ingen jobber heltid, http://t.co/2u2Jp92n', '<a href="http://www.twitter.com/OleMartin4" target="_blank">@OleMartin4</a> Security behandler e-post fortl&oslash;pende,  husk vi er frivillige og at ingen jobber heltid, <a href="http://t.co/2u2Jp92n" target="_blank">http://t.co/2u2Jp92n</a>', '2012-02-19 17:21:25', '423550695', '171264601323864064', 
'OleMartin4', '0');
twitters[2] = new twitter(171266449392943104, '@Petterroea We can\'t, seeing as we\'re not a LAN, http://t.co/nGI6HzeR ;)', '<a href="http://www.twitter.com/Petterroea" target="_blank">@Petterroea</a> We can\'t, seeing as we\'re not a LAN, <a href="http://t.co/nGI6HzeR" target="_blank">http://t.co/nGI6HzeR</a> ;)', '2012-02-19 17:14:38', '128196598', '171212610690220032', 
'Petterroea', '0');

