// JavaScript Document
var max = 6 
var num = Math.round(1 + Math.random()*(max-1)) 
var txt = '<link href="estilos/colores_'+ num +'.css" rel="stylesheet" type="text/css" />' 
document.write(txt)
