document.oncontextmenu=new Function("return false")
var texto="... KAYPACHA  Instrumentos Musicales Artesanales, Aborígenes y Etnicos.....desde Córdoba ARGENITNA......www.kaypacha.com.ar.........";
var longitud=texto.length;
function scroll() {
texto=texto.substring(1,longitud-1)+texto.charAt(0);
window.status = texto;
setTimeout("scroll()",100);
}
scroll()