$(document).ready(
				function(){
			$('ul#images').innerfade({
						speed: 1000,
						timeout: 5000,
						type: 'random',
						containerheight: '199px'
				
					});
			});
