var oArray = new Array(10)
oArray[0] = new Array('GP de San Marino, estos son los horarios de TVE','http://motogp.dailymotos.com/gp-san-marino-estos-son-horarios-tve/')
oArray[1] = new Array('La Cuna de Campeones Bancaja viaja a Jerez','http://otras-competiciones-racing.dailymotos.com/cuna-campeones-bancaja-viaja-jerez/')
oArray[2] = new Array('KTM KTM 450 SX','http://ktm.dailymotos.com/fichas-motos/ktm_ktm-450-sx_39060/')
oArray[3] = new Array('El Moto Guzzi Tour llega a Motos Casademont Girona','http://moto-guzzi.dailymotos.com/moto-guzzi-tour-llega-motos-casademont-girona/')
oArray[4] = new Array('El Mundial de SBK llega a Nürburgring este fin de semana','http://superbike.dailymotos.com/mundial-sbk-llega-nurburgring-este-fin-semana/')
oArray[5] = new Array('Polaris NZR-Squad por primera vez en el Mundial de Quads','http://quads.dailymotos.com/polaris-nzr-squad-primera-vez-mundial-quads/')
oArray[6] = new Array('NZI ha creado el nuevo casco RCV','http://nzi-helmets.dailymotos.com/nzi-ha-creado-nuevo-casco-rcv/')
oArray[7] = new Array('Rizoma te ofrece todo tipo de accesorios para la Ducati 696','http://naked.dailymotos.com/rizoma-te-ofrece-todo-tipo-accesorios-ducati-696/')
oArray[8] = new Array('Customiza tu moto con la nueva colección Harley-Davidson','http://harley-davidson.dailymotos.com/customiza-tu-moto-nueva-coleccion-harley-davidson/')
oArray[9] = new Array('KTM 990 Supermoto R','http://ktm.dailymotos.com/fichas-motos/ktm_990-supermoto-r_39041/')
function Noticias(){
var i=0
var t=10
var s=''
while (i' + oArray[i][0] + ''
if ((i+1)0 && parseInt(elem.style.left)<=speed) {
elem.style.left=0
} else {
if (parseInt(elem.style.left) > ( parseInt(elem.style.width) * -1)) {
elem.style.left = parseInt(elem.style.left) - speed
} else {
elem.style.left = marqueewidth
}
}
setTimeout("marqueeNN6(elem)",100)
}
function ns4marquee(whichlayer){
ns4layer=eval(whichlayer)
if (ns4layer.left>0&&ns4layer.left<=speed){
ns4layer.left=0
setTimeout("ns4marquee(ns4layer)",100)
}
if (ns4layer.left>=marqueewidth*-1){
ns4layer.left-=speed
setTimeout("ns4marquee(ns4layer)",100)
}
else{
ns4layer.left=marqueeheigh
ns4layer.document.write(marqueecontents)
ns4layer.document.close()
}
}