function support()
{
var isSupported = [document.createElement];
			if (isSupported)
				location.replace('index2.html')
}

window.onload = support;
