﻿/* generated javascript */
var skin = 'mirr';
var stylepath = '/wiki/skins';

/* MediaWiki:Common.js */
/* Códigos javascript aqui colocados serão carregados por todos aqueles que acessarem alguma página deste wiki */

function adj_ie()
{
	if(window.navigator.userAgent.indexOf("MSIE 6") > 0) {
		width =
		(
			window.innerWidth
			?
			window.innerWidth
			:
			(
				document.documentElement.clientWidth
				?
				document.documentElement.clientWidth
				:
				document.body.clientWidth
			)
		 );
		if(width > 1000) {
			var obj = ( document.getElementById ? document.getElementById("column-one") : null );
			if(obj != null) {
				if(!obj.style) obj.style = obj;
				obj.style.position = "absolute";
				obj.style.left = ((width - 1000) / 2) + "px";
			}
		} 
	} 
}
window.onload = adj_ie;

/* MediaWiki:Mirr.js (deprecated; migrate to Common.js!) */
