	   $(document).ready(
				function(){
					$('#gd_promos').innerfade({
						animationtype: 'slide',
						speed: 750,
						timeout: 2000,
						type: 'random',
						containerheight: '40px'
					});
					$('#gd_our_services').innerfade({
						animationtype: 'fade',
						speed: 1000,
						timeout: 2000,
						type: 'random',
						containerheight: '219px'
					});

			});

