var ixf = { 'clock' : null, 'count' : 1 }
ixf.imgs = [
	'images/YardLeft.jpg',
	'images/YardMiddle.jpg',
	//'images/YardRight.jpg'
	'images/SchoolFences.jpg',
	'images/RiderRight.jpg'
	//'images/SchoolJumping.jpg'
	];
	
	x=0;
	function upandinc()
	{
	crossfade(document.getElementById('test'), ixf.imgs[x], '5', '')
	if (x<3){x++;}else{x=0;}
	}