// ==UserScript==
// @name           PrivateJournal
// @namespace      http://diveintogreasemonkey.org/download/ 
// @description    Make LJ default to private when posting
// @include        http://www.livejournal.com/update.bml
// ==/UserScript==

security = document.getElementById('security');
security.selectedIndex = 2;
