var default_preferences = {
'last_username':null,
'last_type':null,
'last_userid':null,
'users':[], // an array of user objects with properties { 'id', 'username', 'password', 'type', 'meta' }
'always-go-to-my-timeline':false,
'use-markdown': true,
'sound-enabled': true,
'vibration-enabled': true,
'wilhelm-enabled': true,
'network-refreshinterval': 900000,
'network-searchrefreshinterval': 900000,
'network-autoadjustrefreshinterval': true,
'timeline-scrollonupdate': true,
'timeline-maxentries': 100,
'timeline-maxentries-dm': 10,
'timeline-maxentries-reply': 10,
'timeline-friends-getcount': 20,
'timeline-replies-getcount': 5,
'timeline-dm-getcount': 5,
'url-shortener': 'bitly',
'image-uploader': 'tweetphoto',
'services-twitpic-sharepassword': false,
'services-pingfm-userappkey': '',
'services-pingfm-enabled': false,
'services-pingfm-sendreplies': false,
'services-pingfm-updatetype': 'default',
'twitter-api-base-url': 'https://twitter.com/',
'twitter-www-base-url': 'http://twitter.com/',
'twitter-source': 'spaz',
'timeline-text-size': 'tall', // also grande, venti
}