var x= '11/01/2003 - 11/30/2003' ;
var c;
if ( x.substring( 0, 2 ) == '01' )
{ c = 'Janeiro/' ; }
if ( x.substring( 0, 2 ) == '02' )
{ c = 'Fevereiro/' ; }
if ( x.substring( 0, 2 ) == '03' )
{ c = 'Março/' ; }
if ( x.substring( 0, 2 ) == '04' )
{ c = 'Abril/' ; }
if ( x.substring( 0, 2 ) == '05' )
{ c = 'Maio/' ; }
if ( x.substring( 0, 2 ) == '06' )
{ c = 'Junho/' ; }
if ( x.substring( 0, 2 ) == '07' )
{ c = 'Julho/' ; }
if ( x.substring( 0, 2 ) == '08' )
{ c = 'Agosto/' ; }
if ( x.substring( 0, 2 ) == '09' )
{ c = 'Setembro/' ; }
if ( x.substring( 0, 2 ) == '10' )
{ c = 'Outubro/' ; }
if ( x.substring( 0, 2 ) == '11' )
{ c = 'Novembro/' ; }
if ( x.substring( 0, 2 ) == '12' )
{ c = 'Dezembro/' ; }
document.write( '' + c + x.substring( 6, 10 ) + '
' );
var x= '12/01/2003 - 12/31/2003' ;
var c;
if ( x.substring( 0, 2 ) == '01' )
{ c = 'Janeiro/' ; }
if ( x.substring( 0, 2 ) == '02' )
{ c = 'Fevereiro/' ; }
if ( x.substring( 0, 2 ) == '03' )
{ c = 'Março/' ; }
if ( x.substring( 0, 2 ) == '04' )
{ c = 'Abril/' ; }
if ( x.substring( 0, 2 ) == '05' )
{ c = 'Maio/' ; }
if ( x.substring( 0, 2 ) == '06' )
{ c = 'Junho/' ; }
if ( x.substring( 0, 2 ) == '07' )
{ c = 'Julho/' ; }
if ( x.substring( 0, 2 ) == '08' )
{ c = 'Agosto/' ; }
if ( x.substring( 0, 2 ) == '09' )
{ c = 'Setembro/' ; }
if ( x.substring( 0, 2 ) == '10' )
{ c = 'Outubro/' ; }
if ( x.substring( 0, 2 ) == '11' )
{ c = 'Novembro/' ; }
if ( x.substring( 0, 2 ) == '12' )
{ c = 'Dezembro/' ; }
document.write( '' + c + x.substring( 6, 10 ) + '
' );
var x= '01/01/2004 - 01/31/2004' ;
var c;
if ( x.substring( 0, 2 ) == '01' )
{ c = 'Janeiro/' ; }
if ( x.substring( 0, 2 ) == '02' )
{ c = 'Fevereiro/' ; }
if ( x.substring( 0, 2 ) == '03' )
{ c = 'Março/' ; }
if ( x.substring( 0, 2 ) == '04' )
{ c = 'Abril/' ; }
if ( x.substring( 0, 2 ) == '05' )
{ c = 'Maio/' ; }
if ( x.substring( 0, 2 ) == '06' )
{ c = 'Junho/' ; }
if ( x.substring( 0, 2 ) == '07' )
{ c = 'Julho/' ; }
if ( x.substring( 0, 2 ) == '08' )
{ c = 'Agosto/' ; }
if ( x.substring( 0, 2 ) == '09' )
{ c = 'Setembro/' ; }
if ( x.substring( 0, 2 ) == '10' )
{ c = 'Outubro/' ; }
if ( x.substring( 0, 2 ) == '11' )
{ c = 'Novembro/' ; }
if ( x.substring( 0, 2 ) == '12' )
{ c = 'Dezembro/' ; }
document.write( '' + c + x.substring( 6, 10 ) + '
' );
var x= '03/01/2004 - 03/31/2004' ;
var c;
if ( x.substring( 0, 2 ) == '01' )
{ c = 'Janeiro/' ; }
if ( x.substring( 0, 2 ) == '02' )
{ c = 'Fevereiro/' ; }
if ( x.substring( 0, 2 ) == '03' )
{ c = 'Março/' ; }
if ( x.substring( 0, 2 ) == '04' )
{ c = 'Abril/' ; }
if ( x.substring( 0, 2 ) == '05' )
{ c = 'Maio/' ; }
if ( x.substring( 0, 2 ) == '06' )
{ c = 'Junho/' ; }
if ( x.substring( 0, 2 ) == '07' )
{ c = 'Julho/' ; }
if ( x.substring( 0, 2 ) == '08' )
{ c = 'Agosto/' ; }
if ( x.substring( 0, 2 ) == '09' )
{ c = 'Setembro/' ; }
if ( x.substring( 0, 2 ) == '10' )
{ c = 'Outubro/' ; }
if ( x.substring( 0, 2 ) == '11' )
{ c = 'Novembro/' ; }
if ( x.substring( 0, 2 ) == '12' )
{ c = 'Dezembro/' ; }
document.write( '' + c + x.substring( 6, 10 ) + '
' );
var x= '04/01/2004 - 04/30/2004' ;
var c;
if ( x.substring( 0, 2 ) == '01' )
{ c = 'Janeiro/' ; }
if ( x.substring( 0, 2 ) == '02' )
{ c = 'Fevereiro/' ; }
if ( x.substring( 0, 2 ) == '03' )
{ c = 'Março/' ; }
if ( x.substring( 0, 2 ) == '04' )
{ c = 'Abril/' ; }
if ( x.substring( 0, 2 ) == '05' )
{ c = 'Maio/' ; }
if ( x.substring( 0, 2 ) == '06' )
{ c = 'Junho/' ; }
if ( x.substring( 0, 2 ) == '07' )
{ c = 'Julho/' ; }
if ( x.substring( 0, 2 ) == '08' )
{ c = 'Agosto/' ; }
if ( x.substring( 0, 2 ) == '09' )
{ c = 'Setembro/' ; }
if ( x.substring( 0, 2 ) == '10' )
{ c = 'Outubro/' ; }
if ( x.substring( 0, 2 ) == '11' )
{ c = 'Novembro/' ; }
if ( x.substring( 0, 2 ) == '12' )
{ c = 'Dezembro/' ; }
document.write( '' + c + x.substring( 6, 10 ) + '
' );
var x= '05/01/2004 - 05/31/2004' ;
var c;
if ( x.substring( 0, 2 ) == '01' )
{ c = 'Janeiro/' ; }
if ( x.substring( 0, 2 ) == '02' )
{ c = 'Fevereiro/' ; }
if ( x.substring( 0, 2 ) == '03' )
{ c = 'Março/' ; }
if ( x.substring( 0, 2 ) == '04' )
{ c = 'Abril/' ; }
if ( x.substring( 0, 2 ) == '05' )
{ c = 'Maio/' ; }
if ( x.substring( 0, 2 ) == '06' )
{ c = 'Junho/' ; }
if ( x.substring( 0, 2 ) == '07' )
{ c = 'Julho/' ; }
if ( x.substring( 0, 2 ) == '08' )
{ c = 'Agosto/' ; }
if ( x.substring( 0, 2 ) == '09' )
{ c = 'Setembro/' ; }
if ( x.substring( 0, 2 ) == '10' )
{ c = 'Outubro/' ; }
if ( x.substring( 0, 2 ) == '11' )
{ c = 'Novembro/' ; }
if ( x.substring( 0, 2 ) == '12' )
{ c = 'Dezembro/' ; }
document.write( '' + c + x.substring( 6, 10 ) + '
' );
var x= '06/01/2004 - 06/30/2004' ;
var c;
if ( x.substring( 0, 2 ) == '01' )
{ c = 'Janeiro/' ; }
if ( x.substring( 0, 2 ) == '02' )
{ c = 'Fevereiro/' ; }
if ( x.substring( 0, 2 ) == '03' )
{ c = 'Março/' ; }
if ( x.substring( 0, 2 ) == '04' )
{ c = 'Abril/' ; }
if ( x.substring( 0, 2 ) == '05' )
{ c = 'Maio/' ; }
if ( x.substring( 0, 2 ) == '06' )
{ c = 'Junho/' ; }
if ( x.substring( 0, 2 ) == '07' )
{ c = 'Julho/' ; }
if ( x.substring( 0, 2 ) == '08' )
{ c = 'Agosto/' ; }
if ( x.substring( 0, 2 ) == '09' )
{ c = 'Setembro/' ; }
if ( x.substring( 0, 2 ) == '10' )
{ c = 'Outubro/' ; }
if ( x.substring( 0, 2 ) == '11' )
{ c = 'Novembro/' ; }
if ( x.substring( 0, 2 ) == '12' )
{ c = 'Dezembro/' ; }
document.write( '' + c + x.substring( 6, 10 ) + '
' );
var x= '07/01/2004 - 07/31/2004' ;
var c;
if ( x.substring( 0, 2 ) == '01' )
{ c = 'Janeiro/' ; }
if ( x.substring( 0, 2 ) == '02' )
{ c = 'Fevereiro/' ; }
if ( x.substring( 0, 2 ) == '03' )
{ c = 'Março/' ; }
if ( x.substring( 0, 2 ) == '04' )
{ c = 'Abril/' ; }
if ( x.substring( 0, 2 ) == '05' )
{ c = 'Maio/' ; }
if ( x.substring( 0, 2 ) == '06' )
{ c = 'Junho/' ; }
if ( x.substring( 0, 2 ) == '07' )
{ c = 'Julho/' ; }
if ( x.substring( 0, 2 ) == '08' )
{ c = 'Agosto/' ; }
if ( x.substring( 0, 2 ) == '09' )
{ c = 'Setembro/' ; }
if ( x.substring( 0, 2 ) == '10' )
{ c = 'Outubro/' ; }
if ( x.substring( 0, 2 ) == '11' )
{ c = 'Novembro/' ; }
if ( x.substring( 0, 2 ) == '12' )
{ c = 'Dezembro/' ; }
document.write( '' + c + x.substring( 6, 10 ) + '
' );
var x= '08/01/2004 - 08/31/2004' ;
var c;
if ( x.substring( 0, 2 ) == '01' )
{ c = 'Janeiro/' ; }
if ( x.substring( 0, 2 ) == '02' )
{ c = 'Fevereiro/' ; }
if ( x.substring( 0, 2 ) == '03' )
{ c = 'Março/' ; }
if ( x.substring( 0, 2 ) == '04' )
{ c = 'Abril/' ; }
if ( x.substring( 0, 2 ) == '05' )
{ c = 'Maio/' ; }
if ( x.substring( 0, 2 ) == '06' )
{ c = 'Junho/' ; }
if ( x.substring( 0, 2 ) == '07' )
{ c = 'Julho/' ; }
if ( x.substring( 0, 2 ) == '08' )
{ c = 'Agosto/' ; }
if ( x.substring( 0, 2 ) == '09' )
{ c = 'Setembro/' ; }
if ( x.substring( 0, 2 ) == '10' )
{ c = 'Outubro/' ; }
if ( x.substring( 0, 2 ) == '11' )
{ c = 'Novembro/' ; }
if ( x.substring( 0, 2 ) == '12' )
{ c = 'Dezembro/' ; }
document.write( '' + c + x.substring( 6, 10 ) + '
' );
var x= '09/01/2004 - 09/30/2004' ;
var c;
if ( x.substring( 0, 2 ) == '01' )
{ c = 'Janeiro/' ; }
if ( x.substring( 0, 2 ) == '02' )
{ c = 'Fevereiro/' ; }
if ( x.substring( 0, 2 ) == '03' )
{ c = 'Março/' ; }
if ( x.substring( 0, 2 ) == '04' )
{ c = 'Abril/' ; }
if ( x.substring( 0, 2 ) == '05' )
{ c = 'Maio/' ; }
if ( x.substring( 0, 2 ) == '06' )
{ c = 'Junho/' ; }
if ( x.substring( 0, 2 ) == '07' )
{ c = 'Julho/' ; }
if ( x.substring( 0, 2 ) == '08' )
{ c = 'Agosto/' ; }
if ( x.substring( 0, 2 ) == '09' )
{ c = 'Setembro/' ; }
if ( x.substring( 0, 2 ) == '10' )
{ c = 'Outubro/' ; }
if ( x.substring( 0, 2 ) == '11' )
{ c = 'Novembro/' ; }
if ( x.substring( 0, 2 ) == '12' )
{ c = 'Dezembro/' ; }
document.write( '' + c + x.substring( 6, 10 ) + '
' );
var x= '10/01/2004 - 10/31/2004' ;
var c;
if ( x.substring( 0, 2 ) == '01' )
{ c = 'Janeiro/' ; }
if ( x.substring( 0, 2 ) == '02' )
{ c = 'Fevereiro/' ; }
if ( x.substring( 0, 2 ) == '03' )
{ c = 'Março/' ; }
if ( x.substring( 0, 2 ) == '04' )
{ c = 'Abril/' ; }
if ( x.substring( 0, 2 ) == '05' )
{ c = 'Maio/' ; }
if ( x.substring( 0, 2 ) == '06' )
{ c = 'Junho/' ; }
if ( x.substring( 0, 2 ) == '07' )
{ c = 'Julho/' ; }
if ( x.substring( 0, 2 ) == '08' )
{ c = 'Agosto/' ; }
if ( x.substring( 0, 2 ) == '09' )
{ c = 'Setembro/' ; }
if ( x.substring( 0, 2 ) == '10' )
{ c = 'Outubro/' ; }
if ( x.substring( 0, 2 ) == '11' )
{ c = 'Novembro/' ; }
if ( x.substring( 0, 2 ) == '12' )
{ c = 'Dezembro/' ; }
document.write( '' + c + x.substring( 6, 10 ) + '
' );
var x= '11/01/2004 - 11/30/2004' ;
var c;
if ( x.substring( 0, 2 ) == '01' )
{ c = 'Janeiro/' ; }
if ( x.substring( 0, 2 ) == '02' )
{ c = 'Fevereiro/' ; }
if ( x.substring( 0, 2 ) == '03' )
{ c = 'Março/' ; }
if ( x.substring( 0, 2 ) == '04' )
{ c = 'Abril/' ; }
if ( x.substring( 0, 2 ) == '05' )
{ c = 'Maio/' ; }
if ( x.substring( 0, 2 ) == '06' )
{ c = 'Junho/' ; }
if ( x.substring( 0, 2 ) == '07' )
{ c = 'Julho/' ; }
if ( x.substring( 0, 2 ) == '08' )
{ c = 'Agosto/' ; }
if ( x.substring( 0, 2 ) == '09' )
{ c = 'Setembro/' ; }
if ( x.substring( 0, 2 ) == '10' )
{ c = 'Outubro/' ; }
if ( x.substring( 0, 2 ) == '11' )
{ c = 'Novembro/' ; }
if ( x.substring( 0, 2 ) == '12' )
{ c = 'Dezembro/' ; }
document.write( '' + c + x.substring( 6, 10 ) + '
' );
var x= '12/01/2004 - 12/31/2004' ;
var c;
if ( x.substring( 0, 2 ) == '01' )
{ c = 'Janeiro/' ; }
if ( x.substring( 0, 2 ) == '02' )
{ c = 'Fevereiro/' ; }
if ( x.substring( 0, 2 ) == '03' )
{ c = 'Março/' ; }
if ( x.substring( 0, 2 ) == '04' )
{ c = 'Abril/' ; }
if ( x.substring( 0, 2 ) == '05' )
{ c = 'Maio/' ; }
if ( x.substring( 0, 2 ) == '06' )
{ c = 'Junho/' ; }
if ( x.substring( 0, 2 ) == '07' )
{ c = 'Julho/' ; }
if ( x.substring( 0, 2 ) == '08' )
{ c = 'Agosto/' ; }
if ( x.substring( 0, 2 ) == '09' )
{ c = 'Setembro/' ; }
if ( x.substring( 0, 2 ) == '10' )
{ c = 'Outubro/' ; }
if ( x.substring( 0, 2 ) == '11' )
{ c = 'Novembro/' ; }
if ( x.substring( 0, 2 ) == '12' )
{ c = 'Dezembro/' ; }
document.write( '' + c + x.substring( 6, 10 ) + '
' );
var x= '01/01/2005 - 01/31/2005' ;
var c;
if ( x.substring( 0, 2 ) == '01' )
{ c = 'Janeiro/' ; }
if ( x.substring( 0, 2 ) == '02' )
{ c = 'Fevereiro/' ; }
if ( x.substring( 0, 2 ) == '03' )
{ c = 'Março/' ; }
if ( x.substring( 0, 2 ) == '04' )
{ c = 'Abril/' ; }
if ( x.substring( 0, 2 ) == '05' )
{ c = 'Maio/' ; }
if ( x.substring( 0, 2 ) == '06' )
{ c = 'Junho/' ; }
if ( x.substring( 0, 2 ) == '07' )
{ c = 'Julho/' ; }
if ( x.substring( 0, 2 ) == '08' )
{ c = 'Agosto/' ; }
if ( x.substring( 0, 2 ) == '09' )
{ c = 'Setembro/' ; }
if ( x.substring( 0, 2 ) == '10' )
{ c = 'Outubro/' ; }
if ( x.substring( 0, 2 ) == '11' )
{ c = 'Novembro/' ; }
if ( x.substring( 0, 2 ) == '12' )
{ c = 'Dezembro/' ; }
document.write( '' + c + x.substring( 6, 10 ) + '
' );
var x= '02/01/2005 - 02/28/2005' ;
var c;
if ( x.substring( 0, 2 ) == '01' )
{ c = 'Janeiro/' ; }
if ( x.substring( 0, 2 ) == '02' )
{ c = 'Fevereiro/' ; }
if ( x.substring( 0, 2 ) == '03' )
{ c = 'Março/' ; }
if ( x.substring( 0, 2 ) == '04' )
{ c = 'Abril/' ; }
if ( x.substring( 0, 2 ) == '05' )
{ c = 'Maio/' ; }
if ( x.substring( 0, 2 ) == '06' )
{ c = 'Junho/' ; }
if ( x.substring( 0, 2 ) == '07' )
{ c = 'Julho/' ; }
if ( x.substring( 0, 2 ) == '08' )
{ c = 'Agosto/' ; }
if ( x.substring( 0, 2 ) == '09' )
{ c = 'Setembro/' ; }
if ( x.substring( 0, 2 ) == '10' )
{ c = 'Outubro/' ; }
if ( x.substring( 0, 2 ) == '11' )
{ c = 'Novembro/' ; }
if ( x.substring( 0, 2 ) == '12' )
{ c = 'Dezembro/' ; }
document.write( '' + c + x.substring( 6, 10 ) + '
' );
var x= '03/01/2005 - 03/31/2005' ;
var c;
if ( x.substring( 0, 2 ) == '01' )
{ c = 'Janeiro/' ; }
if ( x.substring( 0, 2 ) == '02' )
{ c = 'Fevereiro/' ; }
if ( x.substring( 0, 2 ) == '03' )
{ c = 'Março/' ; }
if ( x.substring( 0, 2 ) == '04' )
{ c = 'Abril/' ; }
if ( x.substring( 0, 2 ) == '05' )
{ c = 'Maio/' ; }
if ( x.substring( 0, 2 ) == '06' )
{ c = 'Junho/' ; }
if ( x.substring( 0, 2 ) == '07' )
{ c = 'Julho/' ; }
if ( x.substring( 0, 2 ) == '08' )
{ c = 'Agosto/' ; }
if ( x.substring( 0, 2 ) == '09' )
{ c = 'Setembro/' ; }
if ( x.substring( 0, 2 ) == '10' )
{ c = 'Outubro/' ; }
if ( x.substring( 0, 2 ) == '11' )
{ c = 'Novembro/' ; }
if ( x.substring( 0, 2 ) == '12' )
{ c = 'Dezembro/' ; }
document.write( '' + c + x.substring( 6, 10 ) + '
' );
var x= '04/01/2005 - 04/30/2005' ;
var c;
if ( x.substring( 0, 2 ) == '01' )
{ c = 'Janeiro/' ; }
if ( x.substring( 0, 2 ) == '02' )
{ c = 'Fevereiro/' ; }
if ( x.substring( 0, 2 ) == '03' )
{ c = 'Março/' ; }
if ( x.substring( 0, 2 ) == '04' )
{ c = 'Abril/' ; }
if ( x.substring( 0, 2 ) == '05' )
{ c = 'Maio/' ; }
if ( x.substring( 0, 2 ) == '06' )
{ c = 'Junho/' ; }
if ( x.substring( 0, 2 ) == '07' )
{ c = 'Julho/' ; }
if ( x.substring( 0, 2 ) == '08' )
{ c = 'Agosto/' ; }
if ( x.substring( 0, 2 ) == '09' )
{ c = 'Setembro/' ; }
if ( x.substring( 0, 2 ) == '10' )
{ c = 'Outubro/' ; }
if ( x.substring( 0, 2 ) == '11' )
{ c = 'Novembro/' ; }
if ( x.substring( 0, 2 ) == '12' )
{ c = 'Dezembro/' ; }
document.write( '' + c + x.substring( 6, 10 ) + '
' );
var x= '05/01/2005 - 05/31/2005' ;
var c;
if ( x.substring( 0, 2 ) == '01' )
{ c = 'Janeiro/' ; }
if ( x.substring( 0, 2 ) == '02' )
{ c = 'Fevereiro/' ; }
if ( x.substring( 0, 2 ) == '03' )
{ c = 'Março/' ; }
if ( x.substring( 0, 2 ) == '04' )
{ c = 'Abril/' ; }
if ( x.substring( 0, 2 ) == '05' )
{ c = 'Maio/' ; }
if ( x.substring( 0, 2 ) == '06' )
{ c = 'Junho/' ; }
if ( x.substring( 0, 2 ) == '07' )
{ c = 'Julho/' ; }
if ( x.substring( 0, 2 ) == '08' )
{ c = 'Agosto/' ; }
if ( x.substring( 0, 2 ) == '09' )
{ c = 'Setembro/' ; }
if ( x.substring( 0, 2 ) == '10' )
{ c = 'Outubro/' ; }
if ( x.substring( 0, 2 ) == '11' )
{ c = 'Novembro/' ; }
if ( x.substring( 0, 2 ) == '12' )
{ c = 'Dezembro/' ; }
document.write( '' + c + x.substring( 6, 10 ) + '
' );
var x= '06/01/2005 - 06/30/2005' ;
var c;
if ( x.substring( 0, 2 ) == '01' )
{ c = 'Janeiro/' ; }
if ( x.substring( 0, 2 ) == '02' )
{ c = 'Fevereiro/' ; }
if ( x.substring( 0, 2 ) == '03' )
{ c = 'Março/' ; }
if ( x.substring( 0, 2 ) == '04' )
{ c = 'Abril/' ; }
if ( x.substring( 0, 2 ) == '05' )
{ c = 'Maio/' ; }
if ( x.substring( 0, 2 ) == '06' )
{ c = 'Junho/' ; }
if ( x.substring( 0, 2 ) == '07' )
{ c = 'Julho/' ; }
if ( x.substring( 0, 2 ) == '08' )
{ c = 'Agosto/' ; }
if ( x.substring( 0, 2 ) == '09' )
{ c = 'Setembro/' ; }
if ( x.substring( 0, 2 ) == '10' )
{ c = 'Outubro/' ; }
if ( x.substring( 0, 2 ) == '11' )
{ c = 'Novembro/' ; }
if ( x.substring( 0, 2 ) == '12' )
{ c = 'Dezembro/' ; }
document.write( '' + c + x.substring( 6, 10 ) + '
' );
var x= '08/01/2005 - 08/31/2005' ;
var c;
if ( x.substring( 0, 2 ) == '01' )
{ c = 'Janeiro/' ; }
if ( x.substring( 0, 2 ) == '02' )
{ c = 'Fevereiro/' ; }
if ( x.substring( 0, 2 ) == '03' )
{ c = 'Março/' ; }
if ( x.substring( 0, 2 ) == '04' )
{ c = 'Abril/' ; }
if ( x.substring( 0, 2 ) == '05' )
{ c = 'Maio/' ; }
if ( x.substring( 0, 2 ) == '06' )
{ c = 'Junho/' ; }
if ( x.substring( 0, 2 ) == '07' )
{ c = 'Julho/' ; }
if ( x.substring( 0, 2 ) == '08' )
{ c = 'Agosto/' ; }
if ( x.substring( 0, 2 ) == '09' )
{ c = 'Setembro/' ; }
if ( x.substring( 0, 2 ) == '10' )
{ c = 'Outubro/' ; }
if ( x.substring( 0, 2 ) == '11' )
{ c = 'Novembro/' ; }
if ( x.substring( 0, 2 ) == '12' )
{ c = 'Dezembro/' ; }
document.write( '' + c + x.substring( 6, 10 ) + '
' );
var x= '09/01/2005 - 09/30/2005' ;
var c;
if ( x.substring( 0, 2 ) == '01' )
{ c = 'Janeiro/' ; }
if ( x.substring( 0, 2 ) == '02' )
{ c = 'Fevereiro/' ; }
if ( x.substring( 0, 2 ) == '03' )
{ c = 'Março/' ; }
if ( x.substring( 0, 2 ) == '04' )
{ c = 'Abril/' ; }
if ( x.substring( 0, 2 ) == '05' )
{ c = 'Maio/' ; }
if ( x.substring( 0, 2 ) == '06' )
{ c = 'Junho/' ; }
if ( x.substring( 0, 2 ) == '07' )
{ c = 'Julho/' ; }
if ( x.substring( 0, 2 ) == '08' )
{ c = 'Agosto/' ; }
if ( x.substring( 0, 2 ) == '09' )
{ c = 'Setembro/' ; }
if ( x.substring( 0, 2 ) == '10' )
{ c = 'Outubro/' ; }
if ( x.substring( 0, 2 ) == '11' )
{ c = 'Novembro/' ; }
if ( x.substring( 0, 2 ) == '12' )
{ c = 'Dezembro/' ; }
document.write( '' + c + x.substring( 6, 10 ) + '
' );
var x= '10/01/2005 - 10/31/2005' ;
var c;
if ( x.substring( 0, 2 ) == '01' )
{ c = 'Janeiro/' ; }
if ( x.substring( 0, 2 ) == '02' )
{ c = 'Fevereiro/' ; }
if ( x.substring( 0, 2 ) == '03' )
{ c = 'Março/' ; }
if ( x.substring( 0, 2 ) == '04' )
{ c = 'Abril/' ; }
if ( x.substring( 0, 2 ) == '05' )
{ c = 'Maio/' ; }
if ( x.substring( 0, 2 ) == '06' )
{ c = 'Junho/' ; }
if ( x.substring( 0, 2 ) == '07' )
{ c = 'Julho/' ; }
if ( x.substring( 0, 2 ) == '08' )
{ c = 'Agosto/' ; }
if ( x.substring( 0, 2 ) == '09' )
{ c = 'Setembro/' ; }
if ( x.substring( 0, 2 ) == '10' )
{ c = 'Outubro/' ; }
if ( x.substring( 0, 2 ) == '11' )
{ c = 'Novembro/' ; }
if ( x.substring( 0, 2 ) == '12' )
{ c = 'Dezembro/' ; }
document.write( '' + c + x.substring( 6, 10 ) + '
' );
var x= '12/01/2005 - 12/31/2005' ;
var c;
if ( x.substring( 0, 2 ) == '01' )
{ c = 'Janeiro/' ; }
if ( x.substring( 0, 2 ) == '02' )
{ c = 'Fevereiro/' ; }
if ( x.substring( 0, 2 ) == '03' )
{ c = 'Março/' ; }
if ( x.substring( 0, 2 ) == '04' )
{ c = 'Abril/' ; }
if ( x.substring( 0, 2 ) == '05' )
{ c = 'Maio/' ; }
if ( x.substring( 0, 2 ) == '06' )
{ c = 'Junho/' ; }
if ( x.substring( 0, 2 ) == '07' )
{ c = 'Julho/' ; }
if ( x.substring( 0, 2 ) == '08' )
{ c = 'Agosto/' ; }
if ( x.substring( 0, 2 ) == '09' )
{ c = 'Setembro/' ; }
if ( x.substring( 0, 2 ) == '10' )
{ c = 'Outubro/' ; }
if ( x.substring( 0, 2 ) == '11' )
{ c = 'Novembro/' ; }
if ( x.substring( 0, 2 ) == '12' )
{ c = 'Dezembro/' ; }
document.write( '' + c + x.substring( 6, 10 ) + '
' );
var x= '02/01/2006 - 02/28/2006' ;
var c;
if ( x.substring( 0, 2 ) == '01' )
{ c = 'Janeiro/' ; }
if ( x.substring( 0, 2 ) == '02' )
{ c = 'Fevereiro/' ; }
if ( x.substring( 0, 2 ) == '03' )
{ c = 'Março/' ; }
if ( x.substring( 0, 2 ) == '04' )
{ c = 'Abril/' ; }
if ( x.substring( 0, 2 ) == '05' )
{ c = 'Maio/' ; }
if ( x.substring( 0, 2 ) == '06' )
{ c = 'Junho/' ; }
if ( x.substring( 0, 2 ) == '07' )
{ c = 'Julho/' ; }
if ( x.substring( 0, 2 ) == '08' )
{ c = 'Agosto/' ; }
if ( x.substring( 0, 2 ) == '09' )
{ c = 'Setembro/' ; }
if ( x.substring( 0, 2 ) == '10' )
{ c = 'Outubro/' ; }
if ( x.substring( 0, 2 ) == '11' )
{ c = 'Novembro/' ; }
if ( x.substring( 0, 2 ) == '12' )
{ c = 'Dezembro/' ; }
document.write( '' + c + x.substring( 6, 10 ) + '
' );
var x= '03/01/2006 - 03/31/2006' ;
var c;
if ( x.substring( 0, 2 ) == '01' )
{ c = 'Janeiro/' ; }
if ( x.substring( 0, 2 ) == '02' )
{ c = 'Fevereiro/' ; }
if ( x.substring( 0, 2 ) == '03' )
{ c = 'Março/' ; }
if ( x.substring( 0, 2 ) == '04' )
{ c = 'Abril/' ; }
if ( x.substring( 0, 2 ) == '05' )
{ c = 'Maio/' ; }
if ( x.substring( 0, 2 ) == '06' )
{ c = 'Junho/' ; }
if ( x.substring( 0, 2 ) == '07' )
{ c = 'Julho/' ; }
if ( x.substring( 0, 2 ) == '08' )
{ c = 'Agosto/' ; }
if ( x.substring( 0, 2 ) == '09' )
{ c = 'Setembro/' ; }
if ( x.substring( 0, 2 ) == '10' )
{ c = 'Outubro/' ; }
if ( x.substring( 0, 2 ) == '11' )
{ c = 'Novembro/' ; }
if ( x.substring( 0, 2 ) == '12' )
{ c = 'Dezembro/' ; }
document.write( '' + c + x.substring( 6, 10 ) + '
' );
var x= '05/01/2006 - 05/31/2006' ;
var c;
if ( x.substring( 0, 2 ) == '01' )
{ c = 'Janeiro/' ; }
if ( x.substring( 0, 2 ) == '02' )
{ c = 'Fevereiro/' ; }
if ( x.substring( 0, 2 ) == '03' )
{ c = 'Março/' ; }
if ( x.substring( 0, 2 ) == '04' )
{ c = 'Abril/' ; }
if ( x.substring( 0, 2 ) == '05' )
{ c = 'Maio/' ; }
if ( x.substring( 0, 2 ) == '06' )
{ c = 'Junho/' ; }
if ( x.substring( 0, 2 ) == '07' )
{ c = 'Julho/' ; }
if ( x.substring( 0, 2 ) == '08' )
{ c = 'Agosto/' ; }
if ( x.substring( 0, 2 ) == '09' )
{ c = 'Setembro/' ; }
if ( x.substring( 0, 2 ) == '10' )
{ c = 'Outubro/' ; }
if ( x.substring( 0, 2 ) == '11' )
{ c = 'Novembro/' ; }
if ( x.substring( 0, 2 ) == '12' )
{ c = 'Dezembro/' ; }
document.write( '' + c + x.substring( 6, 10 ) + '
' );
var x= '10/01/2006 - 10/31/2006' ;
var c;
if ( x.substring( 0, 2 ) == '01' )
{ c = 'Janeiro/' ; }
if ( x.substring( 0, 2 ) == '02' )
{ c = 'Fevereiro/' ; }
if ( x.substring( 0, 2 ) == '03' )
{ c = 'Março/' ; }
if ( x.substring( 0, 2 ) == '04' )
{ c = 'Abril/' ; }
if ( x.substring( 0, 2 ) == '05' )
{ c = 'Maio/' ; }
if ( x.substring( 0, 2 ) == '06' )
{ c = 'Junho/' ; }
if ( x.substring( 0, 2 ) == '07' )
{ c = 'Julho/' ; }
if ( x.substring( 0, 2 ) == '08' )
{ c = 'Agosto/' ; }
if ( x.substring( 0, 2 ) == '09' )
{ c = 'Setembro/' ; }
if ( x.substring( 0, 2 ) == '10' )
{ c = 'Outubro/' ; }
if ( x.substring( 0, 2 ) == '11' )
{ c = 'Novembro/' ; }
if ( x.substring( 0, 2 ) == '12' )
{ c = 'Dezembro/' ; }
document.write( '' + c + x.substring( 6, 10 ) + '
' );
var x= '11/01/2006 - 11/30/2006' ;
var c;
if ( x.substring( 0, 2 ) == '01' )
{ c = 'Janeiro/' ; }
if ( x.substring( 0, 2 ) == '02' )
{ c = 'Fevereiro/' ; }
if ( x.substring( 0, 2 ) == '03' )
{ c = 'Março/' ; }
if ( x.substring( 0, 2 ) == '04' )
{ c = 'Abril/' ; }
if ( x.substring( 0, 2 ) == '05' )
{ c = 'Maio/' ; }
if ( x.substring( 0, 2 ) == '06' )
{ c = 'Junho/' ; }
if ( x.substring( 0, 2 ) == '07' )
{ c = 'Julho/' ; }
if ( x.substring( 0, 2 ) == '08' )
{ c = 'Agosto/' ; }
if ( x.substring( 0, 2 ) == '09' )
{ c = 'Setembro/' ; }
if ( x.substring( 0, 2 ) == '10' )
{ c = 'Outubro/' ; }
if ( x.substring( 0, 2 ) == '11' )
{ c = 'Novembro/' ; }
if ( x.substring( 0, 2 ) == '12' )
{ c = 'Dezembro/' ; }
document.write( '' + c + x.substring( 6, 10 ) + '
' );
var x= '01/01/2007 - 01/31/2007' ;
var c;
if ( x.substring( 0, 2 ) == '01' )
{ c = 'Janeiro/' ; }
if ( x.substring( 0, 2 ) == '02' )
{ c = 'Fevereiro/' ; }
if ( x.substring( 0, 2 ) == '03' )
{ c = 'Março/' ; }
if ( x.substring( 0, 2 ) == '04' )
{ c = 'Abril/' ; }
if ( x.substring( 0, 2 ) == '05' )
{ c = 'Maio/' ; }
if ( x.substring( 0, 2 ) == '06' )
{ c = 'Junho/' ; }
if ( x.substring( 0, 2 ) == '07' )
{ c = 'Julho/' ; }
if ( x.substring( 0, 2 ) == '08' )
{ c = 'Agosto/' ; }
if ( x.substring( 0, 2 ) == '09' )
{ c = 'Setembro/' ; }
if ( x.substring( 0, 2 ) == '10' )
{ c = 'Outubro/' ; }
if ( x.substring( 0, 2 ) == '11' )
{ c = 'Novembro/' ; }
if ( x.substring( 0, 2 ) == '12' )
{ c = 'Dezembro/' ; }
document.write( '' + c + x.substring( 6, 10 ) + '
' );
var x= '02/01/2007 - 02/28/2007' ;
var c;
if ( x.substring( 0, 2 ) == '01' )
{ c = 'Janeiro/' ; }
if ( x.substring( 0, 2 ) == '02' )
{ c = 'Fevereiro/' ; }
if ( x.substring( 0, 2 ) == '03' )
{ c = 'Março/' ; }
if ( x.substring( 0, 2 ) == '04' )
{ c = 'Abril/' ; }
if ( x.substring( 0, 2 ) == '05' )
{ c = 'Maio/' ; }
if ( x.substring( 0, 2 ) == '06' )
{ c = 'Junho/' ; }
if ( x.substring( 0, 2 ) == '07' )
{ c = 'Julho/' ; }
if ( x.substring( 0, 2 ) == '08' )
{ c = 'Agosto/' ; }
if ( x.substring( 0, 2 ) == '09' )
{ c = 'Setembro/' ; }
if ( x.substring( 0, 2 ) == '10' )
{ c = 'Outubro/' ; }
if ( x.substring( 0, 2 ) == '11' )
{ c = 'Novembro/' ; }
if ( x.substring( 0, 2 ) == '12' )
{ c = 'Dezembro/' ; }
document.write( '' + c + x.substring( 6, 10 ) + '
' );
var x= '04/01/2007 - 04/30/2007' ;
var c;
if ( x.substring( 0, 2 ) == '01' )
{ c = 'Janeiro/' ; }
if ( x.substring( 0, 2 ) == '02' )
{ c = 'Fevereiro/' ; }
if ( x.substring( 0, 2 ) == '03' )
{ c = 'Março/' ; }
if ( x.substring( 0, 2 ) == '04' )
{ c = 'Abril/' ; }
if ( x.substring( 0, 2 ) == '05' )
{ c = 'Maio/' ; }
if ( x.substring( 0, 2 ) == '06' )
{ c = 'Junho/' ; }
if ( x.substring( 0, 2 ) == '07' )
{ c = 'Julho/' ; }
if ( x.substring( 0, 2 ) == '08' )
{ c = 'Agosto/' ; }
if ( x.substring( 0, 2 ) == '09' )
{ c = 'Setembro/' ; }
if ( x.substring( 0, 2 ) == '10' )
{ c = 'Outubro/' ; }
if ( x.substring( 0, 2 ) == '11' )
{ c = 'Novembro/' ; }
if ( x.substring( 0, 2 ) == '12' )
{ c = 'Dezembro/' ; }
document.write( '' + c + x.substring( 6, 10 ) + '
' );
if (location.href.indexOf("archive") != -1) {
document.write('Atual')
}