
var quotes=new Array() 


quotes[0]='<iframe name="the_iframe" onLoad="calcHeight();" scrolling="no" width="536"  id="the_iframe" src="news/eSemanalCp.html" frameborder="0" allowtransparency="true"></iframe>' 

quotes[1]='<iframe name="the_iframe" onLoad="calcHeight();" scrolling="no" width="536"  id="the_iframe" src="news/expertSiteCp.html" frameborder="0" allowtransparency="true"></iframe>' 

quotes[2]='<iframe name="the_iframe" onLoad="calcHeight();" scrolling="no" width="536"  id="the_iframe" src="news/icreaArgentinaCp.html" frameborder="0" allowtransparency="true"></iframe>' 




var quotes2=new Array() 

quotes2[0]='<iframe name="the_iframe2" onLoad="calcHeight2();" scrolling="no" width="536"  id="the_iframe2" src="auditoriasCp.html" frameborder="0" allowtransparency="true"></iframe>' 

quotes2[1]='<iframe name="the_iframe2" onLoad="calcHeight2();" scrolling="no" width="536"  id="the_iframe2" src="certificacionesCp.html" frameborder="0" allowtransparency="true"></iframe>' 

quotes2[2]='<iframe name="the_iframe2" onLoad="calcHeight2();" scrolling="no" width="536"  id="the_iframe2" src="gobernabilidadCp.html" frameborder="0" allowtransparency="true"></iframe>' 

quotes2[3]='<iframe name="the_iframe2" onLoad="calcHeight2();" scrolling="no" width="536"  id="the_iframe2" src="seguridadCp.html" frameborder="0" allowtransparency="true"></iframe>' 

quotes2[4]='<iframe name="the_iframe2" onLoad="calcHeight2();" scrolling="no" width="536"  id="the_iframe2" src="medioAmbienteCp.html" frameborder="0" allowtransparency="true"></iframe>' 

quotes2[5]='<iframe name="the_iframe2" onLoad="calcHeight2();" scrolling="no" width="536"  id="the_iframe2" src="aireAcondicionadoCp.html" frameborder="0" allowtransparency="true"></iframe>' 

quotes2[6]='<iframe name="the_iframe2" onLoad="calcHeight2();" scrolling="no" width="536"  id="the_iframe2" src="calidadDeEnergiaCp.html" frameborder="0" allowtransparency="true"></iframe>' 

quotes2[7]='<iframe name="the_iframe2" onLoad="calcHeight2();" scrolling="no" width="536"  id="the_iframe2" src="cableadoEstructuradoCp.html" frameborder="0" allowtransparency="true"></iframe>' 


var whichquote=Math.floor(Math.random()*(quotes.length)) 
document.write(quotes[whichquote]) 
var whichquote2=Math.floor(Math.random()*(quotes2.length)) 
document.write(quotes2[whichquote2]) 
