   <!--

//	if (location.hostname == "24.22.186.217") {
//		var currentHost = "24.22.186.217/inspiration";
//	} else {
//		var currentHost = location.hostname;
//	}

//NOTE: a-plus-computing is using this javascript code

   var currentHost = 'www.inspiration.com';
	
   // style sheet for Macintosh
	if (navigator.platform.indexOf('Mac') != -1)
	{
		if(-1 != navigator.userAgent.indexOf("MSIE"))
		{
			// Internet Explorer
			document.write('<link rel="stylesheet" type="text/css" href="http://' + currentHost + '/app/mac_ie.css">');
		}
		else if (-1 != navigator.userAgent.indexOf("Mozilla"))
		{
			// Netscape
			document.write('<link rel="stylesheet" type="text/css" href="http://' + currentHost + '/app/mac_netscape.css">');
		}
		else
		{
		// other
		document.write('<link rel="stylesheet" type="text/css" href="http://' + currentHost + '/app/mac_other.css">');
		}
	}
   // style sheet for Windows
	else{
		if(-1 != navigator.userAgent.indexOf("MSIE"))
		{
			// Internet Explorer
			document.write('<link rel="stylesheet" type="text/css" href="http://' + currentHost + '/app/pc_ie.css">');
		}
		else if (-1 != navigator.userAgent.indexOf("Mozilla"))
		{
			// Netscape
			document.write('<link rel="stylesheet" type="text/css" href="http://' + currentHost + '/app/pc_netscape.css">');
		}
		else
		{
			// other
			document.write('<link rel="stylesheet" type="text/css" href="http://' + currentHost + '/app/pc_other.css">');
		}
	}
	//-->
 
