var OSName="Other";
if (navigator.appVersion.indexOf("Win")!=-1) OSName="Windows";

function MyAddress(IP) {if (document.getElementById("localip")) {document.getElementById("localip").innerHTML = '<h2>' + IP + '</h2>';}}
function MyDotNet(){

if(OSName == 'Windows'){
	if (SmallestDotNet.latestVersion == null) {
		if (document.getElementById("localip")) {document.getElementById("localip").innerHTML = '<a href="/app/myipsupport.exe"><h2>Click to Run</h2><a/>';}
		} else if (SmallestDotNet.latestVersion.major >= 2) { 
			if (navigator.appName == "Microsoft Internet Explorer"){if (document.getElementById("localip")) {document.getElementById("localip").innerHTML = '<a href="/app/MyIpSupport.application"><h2>Click to Run</h2><a/>';}} 
				else { 
					if (document.getElementById("localip")) {document.getElementById("localip").innerHTML = '<a href="/app/myipsupport.exe"><h2>Click to Run</h2><a/>';}
				}
		} else { 
			if (document.getElementById("localip")) {document.getElementById("localip").innerHTML = '<a href="/app/myipsupport.exe"><h2>Click to Run</h2><a/>';}
		}
} else if(OSName == 'Other'){
if (document.getElementById("localip")) {document.getElementById("localip").innerHTML = 'Your browser does not support this feature please download the client below';}
}

}
