
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
//scroller width
var swidth=180

//scroller height
var sheight=80

//scroller's speed;
var sspeed=2

var wholemessage=''
var wholemessagee=''
wholemessagee='<a href="../auxiliar_prensa/index_prensa.php" target="interior"><span class=noticia2>-27 de noviembre de 2003. Presentación oficial a los medios de comunicación en las instalaciones de la Universidad Autónoma de Madrid (UAM), del sitio Web www.madridhistorico.com </span></a><br></DIV> <div align="left"><a href="../auxiliar_prensa/index_prensa.php" target="interior" ><span class=noticia1> <img src="file:img/trans(5).gif" width="145" height="8" border="0"><br> -27 de noviembre de 2003. Acto de presentación a las 20:30 horas del sitio Web www.madridhistorico.com en el Círculo de Bellas Artes de Madrid, en la sala Columnas</span></a><br></DIV><div align="left"> <div align="left"><a href="../auxiliar_prensa/index_prensa.php" target="interior" ><span class=noticia2>  <img src="file:img/trans(5).gif" width="145" height="8" border="0"><br>  -19 de noviembre de 2003. Presentación oficiosa de www.madridhistorico.com en la cadena de televisión Onda 6.</span></a><br></DIV> <div align="left"><a href="../auxiliar_prensa/index_prensa.php" target="interior" ><span class=noticia1-06 de noviembre de 2003. Presentación oficiosa de www.madridhistorico.com en Radio libertad.</span></a><br></DIV><div align="left"><a href="../auxiliar_prensa/index_prensa.php" target="interior" ><span class=noticia1>25 de octubre de 2003. El grupo DAYFISA resulta finalista del premio AUTELSI </span></a><br>&nbsp;</DIV><div align="left"><a href="../auxiliar_prensa/index_prensa.php" target="interior" ><span class=noticia2>-	31 de agosto de 2003. Finalización del proyecto Madrid Histórico y Cultural: Sistema de Información. Con origen el 01 de septiembre de 2000.<br></span></a>'

function start(){
  if (document.all) return
  if (document.getElementById){
      document.getElementById("slider").style.visibility="show"
      ns6marquee(document.getElementById('slider'))
  }
  else if(document.layers){
         document.slider1.visibility="show"
         ns4marquee(document.slider1.document.slider2)
         }
}

function ns4marquee(whichlayer){
	ns4layer=eval(whichlayer)
	ns4layer.document.write(wholemessage)
	ns4layer.document.close()
	sizeup=ns4layer.document.height
	ns4layer.top-=sizeup
	ns4slide()
}

function ns4slide(){
	if (ns4layer.top>=sizeup*(-1)){
		ns4layer.top-=sspeed
		setTimeout("ns4slide()",50)
	}
	else{
		ns4layer.top=sheight
		ns4slide()
	}
}

function ns6marquee(whichdiv){
	ns6div=eval(whichdiv)
	ns6div.innerHTML=wholemessage
	ns6div.style.top=sheight
	sizeup=sheight
	ns6slide()
}

function ns6slide(){
	if (parseInt(ns6div.style.top)>=sizeup*(-1)){
		ns6div.style.top=parseInt(ns6div.style.top)-sspeed
		setTimeout("ns6slide()",50)
	}
	else{
		ns6div.style.top=sheight
		ns6slide()
	}
}
