   function rotativo(){
	var arquivos = new Array()
   	  <!------ INSTITUCIONAL ------>
      <!---- PATROCIONADORES ------>
      <!------ ANUNCIANTES -------->
      <!------- EVENTOS ----------->
         arquivos[0]="<embed src='/Publicidade/Cliente/Galego/FIACOM_03-Spot.wma' width=0 height=0 autostart='true' loop='false' hidden='true' volume=0>"
         arquivos[1]="<embed src='/Publicidade/Cliente/Galego/FIACOM_04-Spot.wma' width=0 height=0 autostart='true' loop='false' hidden='true' volume=0>"
         arquivos[2]="<embed src='/Publicidade/Cliente/Galego/FIACOM_05-Spot.wma' width=0 height=0 autostart='true' loop='false' hidden='true' volume=0>"
         arquivos[3]="<embed src='/Publicidade/Cliente/Galego/FIACOM_06-Spot.wma' width=0 height=0 autostart='true' loop='false' hidden='true' volume=0>"
         arquivos[4]="<embed src='/Publicidade/Cliente/Galego/FIACOM_07-Spot.wma' width=0 height=0 autostart='true' loop='false' hidden='true' volume=0>"
         arquivos[5]="<embed src='/Publicidade/Cliente/Galego/HPG-Spot.wma' width=0 height=0 autostart='true' loop='false' hidden='true' volume=0>"
         arquivos[6]="<embed src='/Publicidade/Cliente/Galego/HPG-Spot.wma' width=0 height=0 autostart='true' loop='false' hidden='true' volume=0>"
    var rodando = Math.floor(Math.random()*arquivos.length);
      document.write(arquivos[rodando]);
	}
   rotativo();