var ixf = { 'clock' : null, 'count' : 1 }
ixf.imgs = [
	'images/RooneyPictures.jpg',
	'images/RooneyWithAwards.jpg',
	'images/RooneyWithRider.jpg',
	'images/Carole.jpg',
	'images/Rosette.jpg',
	'images/RooneyAwards.jpg',
	];
	
	x=0;
	function upandinc()
	{
	crossfade(document.getElementById('test'), ixf.imgs[x], '5', '')
	if (x<5){x++;}else{x=0;}
	}
