i = Math.floor(Math.random()*30) ;
document.write('▼消えてしまった車両たち▼<BR>') ;
if(i==1){
  document.write('<img src="others/past/img/top01.jpg" alt="３０１系・１０３系１２００番台" width="360" height="270"><BR>') ;
}
else if(i==2){
  document.write('<img src="others/past/img/top02.jpg" alt="１０１系" width="360" height="270"><BR>') ;
}
else if(i==3){
  document.write('<img src="others/past/img/top03.jpg" alt="１６９系" width="360" height="270"><BR>') ;
}
//else if(i==4){
//  document.write('<img src="others/past/img/top04.jpg" alt="１０３系常磐線低運転台" width="360" height="270"><BR>') ;
//}
else if(i==5){
  document.write('<img src="others/past/img/top05.jpg" alt="１０３系１０００番台" width="360" height="270"><BR>') ;
}
else if(i==6){
  document.write('<img src="others/past/img/top06.jpg" alt="１０３系南武線" width="360" height="270"><BR>') ;
}
else if(i==7){
  document.write('<img src="others/past/img/top07.jpg" alt="１６７系" width="360" height="270"><BR>') ;
}
else if(i==8){
  document.write('<img src="others/past/img/top08.jpg" alt="１０３系青梅・五日市線" width="360" height="270"><BR>') ;
}
//else if(i==9){
//  document.write('<img src="others/past/img/top09.jpg" alt="２００系２０００番台" width="360" height="270"><BR>') ;
//}
else if(i==10){
  document.write('<img src="others/past/img/top10.jpg" alt="１６５系" width="360" height="270"><BR>') ;
}
else if(i==11){
  document.write('<img src="others/past/img/top11.jpg" alt="１１５系湘南色" width="360" height="270"><BR>') ;
}
else if(i==12){
  document.write('<img src="others/past/img/top12.jpg" alt="寝台特急「富士」" width="360" height="270"><BR>') ;
}
else if(i==13){
  document.write('<img src="others/past/img/top13.jpg" alt="寝台特急「さくら・はやぶさ」" width="360" height="270"><BR>') ;
}
else if(i==14){
  document.write('<img src="others/past/img/top14.jpg" alt="寝台特急「あさかぜ」" width="360" height="270"><BR>') ;
}
else if(i==15){
  document.write('<img src="others/past/img/top15.jpg" alt="西武１０１系" width="360" height="270"><BR>') ;
}
else if(i==16){
  document.write('<img src="others/past/img/top16.jpg" alt="１８３系特急「かいじ」" width="360" height="270"><BR>') ;
}
else if(i==17){
  document.write('<img src="others/past/img/top17.jpg" alt="寝台特急さくら" width="360" height="270"><BR>') ;
}
else if(i==18){
  document.write('<img src="others/past/img/top18.jpg" alt="２０１系中央・総武緩行線" width="360" height="270"><BR>') ;
}
else if(i==19){
  document.write('<img src="others/past/img/top19.jpg" alt="１０３系武蔵野線低運転台" width="360" height="270"><BR>') ;
}
else if(i==20){
  document.write('<img src="others/past/img/top20.jpg" alt="２０５系山手線" width="360" height="270"><BR>') ;
}
else if(i==21){
  document.write('<img src="others/past/img/top21.jpg" alt="１８３系特急「あずさ」" width="360" height="270"><BR>') ;
}
else if(i==22){
  document.write('<img src="others/past/img/top22.jpg" alt="１０３系３５００番台" width="360" height="270"><BR>') ;
}
else if(i==23){
  document.write('<img src="others/past/img/top23.jpg" alt="１０３系京葉線" width="360" height="270"><BR>') ;
}
else if(i==24){
  document.write('<img src="others/past/img/top24.jpg" alt="１０３系武蔵野線高運転台" width="360" height="270"><BR>') ;
}
else if(i==25){
  document.write('<img src="others/past/img/top25.jpg" alt="Ｅ２３１系グリーン車なし１０連" width="360" height="270"><BR>') ;
}
else if(i==26){
  document.write('<img src="others/past/img/top26.jpg" alt="１０３系３５００番台" width="360" height="270"><BR>') ;
}
else if(i==27){
  document.write('<img src="others/past/img/top27.jpg" alt="寝台特急「さくら」" width="360" height="270"><BR>') ;
}
else if(i==28){
  document.write('<img src="others/past/img/top28.jpg" alt="２５１系リニューアル前" width="360" height="270"><BR>') ;
}
else if(i==29){
  document.write('<img src="others/past/img/top29.jpg" alt="１８３系特急「しおさい」" width="360" height="270"><BR>') ;
}
else if(i==30){
  document.write('<img src="others/past/img/top30.jpg" alt="１８３系特急「あやめ」" width="360" height="270"><BR>') ;
}
else{
  document.write('<img src="others/past/img/top00.jpg" alt="京王５０００系" width="360" height="270"><BR>') ;
}
document.write('▲詳細は番外編に掲載▲') ;