function hidestatus(){
window.status='Matchboxx automotive'
return true
}
if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)
document.onmouseover=hidestatus
document.onmouseout=hidestatus

  iArray=new Array(
	"http://www.matchboxx.nl/_images/top1",
	"http://www.matchboxx.nl/_images/top2",
	"http://www.matchboxx.nl/_images/top3",
	"http://www.matchboxx.nl/_images/top7"
	);
//	"http://www.matchboxx.nl/_images/top8", // OLD WINTER PICTURE
//  "http://www.matchboxx.nl/_images/top5", // Removed
//	"http://www.matchboxx.nl/_images/top6", // Removed
//  "http://www.matchboxx.nl/_images/top4", // Removed
// 	"http://www.matchboxx.nl/_images/3eSingleTop9Weg" // Removed
 ri    = Math.floor(iArray.length*Math.random());
 ri    = iArray[ri]+'.jpg';


  iArray2=new Array(
	"http://www.matchboxx.nl/_images/1ecarossel",
	"http://www.matchboxx.nl/_images/1ecarossel_2"
	);
 ri2    = Math.floor(iArray2.length*Math.random());
 ri2    = '<img src="'+ iArray2[ri2]+'.jpg" border="0" alt="">';


  iArray3=new Array(
	"http://www.matchboxx.nl/_images/2ecarossel_2",
	"http://www.matchboxx.nl/_images/2ecarossel"
	);
 ri3    = Math.floor(iArray3.length*Math.random());
 ri3    = '<img src="'+ iArray3[ri3]+'.jpg" border="0" alt="">';
