$(document).ready(
				function(){
					$('#hints').innerfade({						
						speed: 1250,
						timeout: 5000,
						type: 'random',
						containerheight: '61px'
					});
			});

