 $(document).ready(function(){ 
        $(document).pngFix(); 
    }); 

var agent=navigator.userAgent.toLowerCase();
var is_iphone = ((agent.indexOf('iphone')!=-1));

if(is_iphone){window.location='http://www.agencianucleo.com/mobile/'};


<!--
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function insereFlash(filename,name,largura,altura){
			AC_FL_RunContent(
			'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
			'width', largura,
			'height', altura,
			'src', 'a',
			'quality', 'high',
			'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
			'align', 'middle',
			'play', 'true',
			'loop', 'true',
			'scale', 'showall',
			'wmode', 'transparent',
			'devicefont', 'false',
			'id', 'a',
			'bgcolor', '#ffffff',
			'name', 'a',
			'menu', 'true',
			'allowScriptAccess','sameDomain',
			'movie', filename,
			'salign', ''
			); //end AC code
	
}


//-->

var flashvars = {};
		flashvars.xml = "config.xml";
		flashvars.font = "font.swf";
		var attributes = {};
		attributes.wmode = "transparent";
		attributes.id = "slider";
		swfobject.embedSWF("cu3er.swf", "cu3er-container", "920", "544", "9", "expressInstall.swf", flashvars, attributes );

function exibeFlash() {
	$("#flash-clientes").fadeOut("normal");	
}
setInterval(function(){exibeFlash()},2000);

	var cochin = {
      src: 'flash/myriad.swf'
      ,ratios: [6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 29, 1.21, 34, 1.22, 41, 1.21, 45, 1.2, 46, 1.21, 59, 1.2, 68, 1.19, 69, 1.2, 96, 1.19, 97, 1.18, 102, 1.19, 103, 1.18, 107, 1.19, 108, 1.18, 112, 1.19, 114, 1.18, 116, 1.19, 120, 1.18, 121, 1.19, 1.18]
    };
	
    var rockwell = {
      src: 'flash/myriad.swf'
      ,ratios: [6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 29, 1.21, 34, 1.22, 41, 1.21, 45, 1.2, 46, 1.21, 59, 1.2, 68, 1.19, 69, 1.2, 96, 1.19, 97, 1.18, 102, 1.19, 103, 1.18, 107, 1.19, 108, 1.18, 112, 1.19, 114, 1.18, 116, 1.19, 120, 1.18, 121, 1.19, 1.18]
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(cochin, rockwell);
	
	sIFR.replace(rockwell, {
      selector: 'h1.titulo',
	  wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:16px; width:auto; color:#FFFFFF}'
      ]
	  ,filters: {
        DropShadow: {
           distance: 0
          ,color: '#000000'
          ,strength: 2
          ,alpha: .3
        }
      }

    });

	sIFR.replace(rockwell, {
      selector: 'h1.nome',
	  wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:14px; width:auto; color:#FFFFFF}'
      ]
	  ,filters: {
        DropShadow: {
           distance: 0
          ,color: '#000000'
          ,strength: 2
          ,alpha: .3
        }
      }

    });
	sIFR.replace(cochin, {
      selector: 'h1.funcao',
	  wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:14px; width:auto; color:#000000}'
      ]
	  ,filters: {
        DropShadow: {
           distance: 0
          ,color: '#000000'
          ,strength: 2
          ,alpha: .3
        }
      }

    });
	
	
