var r_text = new Array ();
r_text[0] = "Water accounts for approximately 15% of a home's energy use.";
r_text[1] = "Appliances account for nearly 20% of an average household's energy use.";
r_text[2] = "Replacing a 60-watt incandescent with a 13-watt CFL can save more than $30 in energy costs over the life of the bulb.";
r_text[3] = "As much as half of the energy used in your home goes to heating and cooling.";
r_text[4] = "A properly installed insulation barrier reduces utility bills year round.";
r_text[5] = "You may be able to finance the cost of eco energy improvements to your home or in your mortgage when purchasing an existing home.";
r_text[6] = "ENERGY STAR windows block 70% or more of the solar heat gain in the summer.";
r_text[7] = "The average homeowner spends more than $600 on space heating and cooling each year.";
r_text[8] = "Talk to your tax advisor about tax credits for energy efficient home improvements under the Emergency Economic Stabilization Act of 2008.";

var r_num = new Array ();
r_num[0] = "1";
r_num[1] = "2";
r_num[2] = "3";
r_num[3] = "4";
r_num[4] = "5";
r_num[5] = "6";
r_num[6] = "7";
r_num[7] = "8";
r_num[8] = "9";

var i = Math.floor(9*Math.random())


function popupTAF(){
	window.open('tell_a_friend.php', 'tellafriend_script','scrollbars=1,statusbar=1,resizable=1,width=400,height=510');
}