var m=2; 
var n=Math.floor(Math.random()*m+1) 
switch(n) 
{ 
case 1: 
document.writeln('');
break;
case 2:
document.writeln('');
break;
}
