/* generated javascript */
if (!window.skin) {
	var skin = 'monaco';
	var stylepath = 'http://images.wikia.com/common/releases_200911.3/skins';
}

/* MediaWiki:Common.js */
/*<pre>*/

/* Include Global Anime-Common.js Information */
importScriptURI('http://anime.wikia.com/index.php?title=MediaWiki:Anime-Common.js&action=raw&ctype=text/javascript&dontcountme=s&templates=expand');

/* Autocheck the minor edit checkbox on watch lists and watch journals. */
addOnloadHook(function () {
	if( wgPageName.match( RegExp( '^User:' + wgUserName + '/Watch[_ ](List|Journal)' ) ) && queryString('action', true).match(/^(edit|submit)$/) ) {
		var wpMinoredit = document.getElementById('wpMinoredit');
		wpMinoredit.checked = 'checked';
		wpMinoredit.type = 'hidden';
		var l = wpMinoredit.nextSibling;
		if( l.tagName != 'label' && l.tagName != 'LABEL' ) l = l.nextSibling;
		if( l.tagName == 'label' || l.tagName == 'LABEL' ) wpMinoredit.parentNode.removeChild( l );
	}
});

/*</pre>*/

/* MediaWiki:Monaco.js */
