	$(document).ready(function(){
		$('#reduce').mouseover(function() {
			$('#reduce').animate({
				width: '223px'
			});
			$('.reduceLabel').fadeOut();
			$('#reduceCopy').fadeIn();
		});
		
		$('#reduce').mouseleave(function() {
			$('#reduce').animate({
				width: '111px'
			});
			$('.reduceLabel').fadeIn();
			$('#reduceCopy').fadeOut();
		});
		
		
		
		$('#rethink').mouseover(function() {
			$('#rethink').animate({
				height: '167px'
			});
			$('.rethinkLabel').fadeOut();
			$('#rethinkCopy').fadeIn();
		});
		
		// Hide CQB box on rollout
		$('#rethink').mouseleave(function() {
			$('#rethink').animate({
				height: '83px'
			});
			$('.rethinkLabel').fadeIn();
			$('#rethinkCopy').fadeOut();
		});
		
		
		
		$('#renew').mouseover(function() {
			$('#renew').animate({
				width: '223px'
			});
			$('.renewLabel').fadeOut();
			$('#renewCopy').fadeIn();
		});
		
		$('#renew').mouseleave(function() {
			$('#renew').animate({
				width: '111px'
			});
			$('.renewLabel').fadeIn();
			$('#renewCopy').fadeOut();
		});
		
		
		
		
		
		$('.refrige,.cfl,.seeh,.senh,.hvac,.hpt,.duct,.whr,.gofer,.green,.loans,.trade,.lightrec').CreateBubblePopup({
					themeName: 	'all-orangeish',
					themePath: 	'../css/jquerybubblepopup-theme',
					themeMargins: {
						total: '0px',
						difference: '0px'
					},
					tail: {
						align: 'middle',
						width: '270px'
					}
		});
		
		
		$('.refrige').SetBubblePopupInnerHtml( 'Recycle your old refrigerator for rebates of $35 to $110 toward the purchase of new energy-efficient ENERGY STAR&reg; refrigerators.' );
		
		$('.cfl').SetBubblePopupInnerHtml( 'Compact Fluorescent Lamps (CFLs) use 75% less energy and last 10 times longer than incandescent bulbs.<br />Switch and save!' );
		
		$('.seeh').SetBubblePopupInnerHtml( 'Incentives designed help you improve the energy efficiency and comfort of your home year-round.' );
		
		$('.senh').SetBubblePopupInnerHtml( 'New homes that earn the ENERGY STAR offer energy-efficient construction that helps lower the<br />cost of ownership.' );
		
		$('.hvac').SetBubblePopupInnerHtml( 'Rebates on the installation<br />of high efficiency heat pumps<br />as part of the Smart Energy<br />Existing Homes program.' );
		
		$('.hpt').SetBubblePopupInnerHtml( 'Coming soon.' );
		
		$('.duct').SetBubblePopupInnerHtml( 'Coming soon.' );
		
		$('.whr').SetBubblePopupInnerHtml( 'Shower yourself with energy<br />savings — plus $35 rebates toward<br />the purchase of a new, high<br />efficiency water heaters.' );
		
		$('.gofer').SetBubblePopupInnerHtml( 'Give Oil for Energy Recovery is<br />Santee Cooper\'s used motor oil recycling program. Click for collection sites and accepted products.' );
		
		$('.green').SetBubblePopupInnerHtml( 'Electricity generated by renewable resources like solar, wind and decompositioning landfills. Have you purchased your Green Power yet?' );
		
		$('.loans').SetBubblePopupInnerHtml( 'Low-interest loans available for qualified, energy-efficient home improvements and upgrades.' );
		
		$('.trade').SetBubblePopupInnerHtml( 'A list of area contractors who are working with Santee Cooper to<br />Reduce the Use of electricity.' );
		
		$('.lightrec').SetBubblePopupInnerHtml( 'Santee Cooper\'s Business Lighting Rebate program gives businesses extra incentive to replace and recycle — less efficient fluorescent lamps.' );
		
	});

