
/*

Written by Mariano S. Tanenglian, Jr. for Brandon Grossutti of Wolverton Securities.
Copyright © 2002. www.childoftheworld.com

*/

			function detectIE(){
			
				if(navigator.appName.indexOf("Microsoft") != -1){
					return true;
				} else {
					return false;
				}
			
			}//end detect IE 