	<script type="text/javascript" language="Javascript">
	 //configuration
		OAS_version = 11;
		OAS_url = 'http://ads.globo.com/RealMedia/ads/';
		OAS_sitepage = 'afgminas/mineiro2009/home';
		OAS_listpos = 'Right1,Position2';
        
		// Varifica se lista foi setada no layout
		if (typeof OAS_listposLayout != 'undefined') {
			OAS_listpos = OAS_listposLayout;
            
		}
        
		OAS_query = '';
		OAS_target = '_blank';
		OAS_rn = '001234567890'; OAS_rns = '1234567890';
		OAS_rn = new String (Math.random()); OAS_rns = OAS_rn.substring (2, 11);
       
		//end of configuration

		function OAS_NORMAL(pos) {
			document.write('<A HREF="' + OAS_url + 'click_nx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '!' + pos + '?' + OAS_query + '" TARGET=' + OAS_target + '>');
		  	document.write('<IMG SRC="' + OAS_url + 'adstream_nx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '!' + pos + '?' + OAS_query + '" BORDER=0></A>');
		}

		function OAS_AD(pos) {
            
			if (OAS_listpos.search(pos) == -1) { return; }
			if (OAS_version >= 11) {
                OAS_RICH(pos);
               
            } else {
                OAS_NORMAL(pos);
            }
		}
	//
	</script>
	<script type="text/javascript" language="Javascript1.1">
	
	if (navigator.userAgent.indexOf('Mozilla/3') != -1 || navigator.userAgent.indexOf('Mozilla/4.0 WebTV') != -1) OAS_version = 10;

	// Codigo para impedir que se faca uma requisicao para ambiente nao seguro.
	if (location.href.indexOf('https') != -1) { OAS_version = 10; } 

	var oas_print_flag = 0;
	function OAS_PrintGLB() {
		if (oas_print_flag == 0) {
			oas_print_flag = 1;
			if (OAS_version >= 11)
			  document.write('<script type="text/javascript" language="Javascript1.1" SRC="' + OAS_url + 'adstream_mjx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '?' + OAS_query + '"><\/script>');
		}	 
	}
	
	</script>

