function love_calculator_1_results(){
	var fm = document.forms[0];
	window.location.href = "http://www.love-calculators.com/love_calculator_results/1/" + fm.love_calulator_name1.value + "/" + fm.love_calulator_name2.value + "/";
	return;
}