var c= 0
var x= '01/01/2004 - 01/31/2004' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '02/01/2004 - 02/29/2004' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '03/01/2004 - 03/31/2004' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '04/01/2004 - 04/30/2004' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '05/01/2004 - 05/31/2004' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '06/01/2004 - 06/30/2004' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '07/01/2004 - 07/31/2004' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '08/01/2004 - 08/31/2004' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '09/01/2004 - 09/30/2004' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '10/01/2004 - 10/31/2004' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '11/01/2004 - 11/30/2004' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '12/01/2004 - 12/31/2004' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '01/01/2005 - 01/31/2005' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '02/01/2005 - 02/28/2005' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '03/01/2005 - 03/31/2005' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '04/01/2005 - 04/30/2005' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '05/01/2005 - 05/31/2005' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '06/01/2005 - 06/30/2005' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '07/01/2005 - 07/31/2005' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '08/01/2005 - 08/31/2005' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '09/01/2005 - 09/30/2005' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '10/01/2005 - 10/31/2005' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '11/01/2005 - 11/30/2005' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '12/01/2005 - 12/31/2005' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '01/01/2006 - 01/31/2006' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '02/01/2006 - 02/28/2006' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '03/01/2006 - 03/31/2006' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '04/01/2006 - 04/30/2006' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '05/01/2006 - 05/31/2006' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '06/01/2006 - 06/30/2006' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '07/01/2006 - 07/31/2006' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '08/01/2006 - 08/31/2006' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '09/01/2006 - 09/30/2006' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '10/01/2006 - 10/31/2006' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '11/01/2006 - 11/30/2006' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '01/01/2007 - 01/31/2007' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '02/01/2007 - 02/28/2007' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '04/01/2007 - 04/30/2007' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '05/01/2007 - 05/31/2007' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '06/01/2007 - 06/30/2007' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '07/01/2007 - 07/31/2007' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '09/01/2007 - 09/30/2007' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '10/01/2007 - 10/31/2007' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '11/01/2007 - 11/30/2007' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '02/01/2008 - 02/29/2008' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '05/01/2008 - 05/31/2008' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
var x= '08/01/2008 - 08/31/2008' ;
if ( c > 0 )
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + '
' );
c = 0 ;
}
else
{
document.write( '' + x.substring( 0, 2 ) + '/' + x.substring( 6, 10 ) + ' ' );
c = 1 ;
}
if (location.href.indexOf("archive") != -1)
{
document.write('Atual');
}