function RandCSS() {
a = Math.round(Math.random() * 3 + 1)
if (a > 3) { RandCSS() } else { WriteCSS() }
}
