	   $(document).ready(
				function(){
					$('div.homeslide').innerfade({
						speed: 1000,
						timeout: 5000,
						type: 'sequence',
						containerheight: '238px'
					});
					
					$('div.logos').toggle();
					$('div.logos').innerfade({
						speed: 1000,
						timeout: 2500,
						type: 'sequence',
						containerheight: '50px'
					});
					
					$('.industry_news').innerfade({
						speed: 'slow',
						timeout: 2500,
						type: 'sequence',
						containerheight: '30px'
					});

	                $(".locationDD").msDropDown({mainCSS:'dd'});
					
			});
