/*
************************************************************************
* Copyright by State of Michigan (Unpublished) - All rights reserved.
************************************************************************
* Name:  default.js
*
* Description:  Common scripts included on every page.
*
************************************************************************
*/

var IE
IE = (document.all);

/*  Determine the style sheet to use. */

if(IE){
    document.write("<link href='/fis/include/global.css' rel='stylesheet' type='text/css'>");
}else{
    document.write("<link href='/fis/include/nsglobal.css' rel='stylesheet' type='text/css'>");
     } 
	 

