$(document).ready(
	function(){
		$('#emailsignup').innerfade({
			speed: 1000,
			timeout: 6000,
			type: 'random_start',
			containerheight: '1.5em'
		});

});
