$(document).ready(
				function(){
					$('#adv_text').innerfade({
						animationtype: 'slide',
						speed: 750,
						timeout: 5000,
						type: 'random',
						containerheight: '20px'
					});
			});
