<!-- Beginning of JavaScript -
// Courtesy of SimplytheBest.net - http://simplythebest.net/scripts/
var thissize=9
var textfont="Trebuchet MS, Arial"

var textcolor= new Array()
textcolor[0]="004080"
textcolor[1]="004080"

var message = new Array()
message[0]="<a href=busquedas_laborales_indumentaria.asp class=noticiasdestacadas>BUSQUEDAS LABORALES SECTORIALES</a>"
message[1]="<a href=micrositios.asp class=noticiasdestacadas>ACCESO A MICROSITIOS</a>"

var i_blurstrength=10
var i_message=0
var i_textcolor=0

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='position:absolute;visibility:visible;width:600px;top:2px;left:5px;filter:fade(add=0,strength="+i_blurstrength+",direction=0);font-family:"+textfont+";font-size:"+thissize+"pt;color:"+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='blurpit1' style='position:absolute;visibility:visible;width:600px;top:2px;left:5px;filter:fade(add=0,strength="+i_blurstrength+",direction=0);font-family:"+textfont+";font-size:"+thissize+"pt;color:"+textcolor[i_textcolor]+"'>"+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()",2000)
}
}	
}
//-->