// JavaScript Document


      function getBrowser() {

      var sBrowser = navigator.userAgent;

      if (sBrowser.toLowerCase().indexOf('firefox/3.5.2') > 0)
	  {
		document.write("<link href='http://www.clickfozdoiguacu.com.br/static/css/shadow-box.css' rel='stylesheet' type='text/css' media='screen, projection' />");
		//alert('esse');								
      return 'ff3';
	  }
      else
		{
		document.write("<link href='http://www.clickfozdoiguacu.com.br/static/css/box.css' rel='stylesheet' type='text/css' media='screen, projection' />");
		//alert('não mozilla');		
		}
      return;

      }
	 
<!--[if MOZ]><![endif]-->

