// Courtesy of SimplytheBest.net - http://simplythebest.net/scripts/
var thissize=9
var textfont="Verdana, Geneva, Arial, Helvetica, sans-serif"
var textcolor= new Array()			
var message = new Array()

message[0]="Jan/2012 inflation,"
message[7]="Dec/2011 inflation,"
message[2]="Registered for the IGP-M/FGV - Closure of month=0.25%, in the year=0.2500%, last 12 months=4.5347%"
message[3]="Registered for the IPA-M/FGV - Closure of month=-0.07%, in the year=-0.0700%, last 12 months=3.4997%"
message[4]="Registered for the IPC-M/FGV - Closure of month=0.97%, in the year=0.9700%, last 12 months=6.0438%"
message[5]="Registered for the INCC-M/FGV - Closure of month=0.67%, in the year=0.6700%, last 12 months=7.9057%"
message[1]="Registered for the IPC/FIPE - Closure of month=0.66%, in the year=0.6600%, last 12 months=5.2919%"
message[6]="Registered for the IPCA/IBGE - 1st fortnight period=0.65%, in the year=0.6500%, last 12 months=6.3130%"
message[9]="Registered for the INPC/IBGE=0.51%, in the year=6.0799%, last 12 months=6.0799%"
message[8]="Registered for the IGP-DI/FGV=-0.16%, in the year=5.0125%, last 12 months=5.0125%"
message[10]="M P Committee settled the SELIC IR for 10.50% to the year, for the period between 01/19 to 03/07/12, w/o bias"
message[11]="<a href=http://portaldefinancas.com/pfenglish/frameind.htm class=a01>See more! Click here!</a>"

var i_blurstrength=20
var i_message=0
var i_textcolor=
function blurtext() {		
if(document.all) {
if (i_blurstrength >=-2) {
if (i_textcolor >=textcolor.length-1) {i_textcolor=textcolor.length-1}

blurthis.innerHTML="<span id='blurpit1' style='filter:blur(add=0,strength="+i_blurstrength+",direction=90);font-family:"+textfont+";font-size:"+thissize+"px;color:#5286BB"+textcolor[i_textcolor]+";'>"+message[i_message]+"</span>";

document.close()
i_blurstrength=i_blurstrength-2
i_textcolor++
var timer=setTimeout("blurtext()",60)
}
else {
if (i_textcolor >=textcolor.length-1) {i_textcolor=textcolor.length-1}

blurthis.innerHTML="<span id='blurit1' style='filter:blendTrans(duration=4.2);font-family:"+textfont+";font-size:"+thissize+"px;color:5286BB;'>"+message[i_message]+"</span>";
i_message++
if (i_message>=message.length){i_message=0}
i_blurstrength=20
i_textcolor=0
clearTimeout(timer)
var timer=setTimeout("blurtext()",6500)
}
}	

}


