var bugRiddenCrashPronePieceOfJunk = (
	navigator.userAgent.indexOf('MSIE 5') != -1
	&&
	navigator.userAgent.indexOf('Mac') != -1
);

var W3CDOM = (!bugRiddenCrashPronePieceOfJunk && 
	document.getElementsByTagName && document.createElement);
var quirksMode = (top == self);
if (!quirksMode) top.location.href = 'index.html';

var query = location.href.indexOf("?")+1;
if (query)
{
	page = location.href.substring(query);
}

