<!--
var browser		= navigator.appName
var ver			= navigator.appVersion
var thestart	= parseFloat(ver.indexOf("MSIE"))+1 //This finds the start of the MS version string.

if (browser=="Microsoft Internet Explorer") //By default the min. IE ver is set to 6. Change as desired.
	{
	window.location="http://www.ryankeightley.com/ie.html"; //URL to redirect to.
	}
//-->// JavaScript Document
