<!--
myLine = 2;
myMes = new Array(
//
"",
//
""
);
myRnd = Math.floor(Math.random()*myLine);
document.write(myMes[myRnd]);
// -->
