$(document).ready(
		function(){
			$('#lp_list').innerfade({
				speed: 'slow',
				timeout: 3000,
				type: 'sequence',
				containerheight: '90px'
			 }); 
			$('.video_cube_wrap').innerfade({
				speed: 'slow',
				timeout: 7000,
				type: 'random',
				containerheight: '170px'
			 });
			$('#banner_midmid_wrap').innerfade({
				speed: 'slow',
				timeout: 7000,
				type: 'random',
				containerheight: '90px'
			 }); 
			 $('#banner_top_wrap').innerfade({
				speed: 'slow',
				timeout: 15000,
				type: 'sequence',
				containerheight: '90px'
			 }); 
			 
			 
			 $.simpleWeather({
			        zipcode: '14202',
			        unit: 'f',
			        success: function(weather) {
			            
			            $("#weather").append('<img src="'+weather.image+'">')
			            $("#weather").append('<span id="temperature">'+weather.temp+'&deg;'+weather.units.temp+'</span>');
			        },
			        error: function(error) {
			            $("#weather").html('<p>'+error+'</p>');
			        }
			    });


                         $('input.enewsBoxEdit[name=email], input.enewsBoxEdit[name=name]').focus(function() {
		                  $(this).val('');
	                    });
			 
			 
		 } 
	);
