

// will fix
//var spro = document.location.protocol;
//if(spro == 'https:') {	
//		var myproto = 'http://ssl.capwiz.com';
//	} else {
//		var myproto = 'http://ffs.capwiz.com';
//}



function congcss() {

	

	

	document.write('<LINK REL="SHORTCUT ICON" HREF="/DHTML/tyicon.ico">');

 	if (navigator.appName == 'Microsoft Internet Explorer') {
        
        	if ((navigator.platform =='MacPPC')&&(navigator.appVersion.substr(17,8) != "MSIE 5.0")) {
			
				document.write('<link rel="stylesheet" href="https://ssl.congress.org/congressorg/css/macie.css" type="text/css">');

      		  } else {

        	     document.write('<link rel="stylesheet" href="https://ssl.congress.org/congressorg/css/ie.css" type="text/css">');



                }

	} else if(navigator.appName == 'Netscape') {
        	
        	
        		if (navigator.platform =='MacPPC') {
				document.write('<link rel="stylesheet" href="https://ssl.congress.org/congressorg/css/macns.css" type="text/css">');
			} else { 
				document.write('<link rel="stylesheet" href="https://ssl.congress.org/congressorg/css/ns.css" type="text/css">');
			}
			
	}	


}

