	function listThem() {

		if (document.chooser.sitelist.selectedIndex == 0) alert("Please select something");
		else if (document.chooser.sitelist.selectedIndex == 1) location = 'http://www.loans.net/payday_quote.html';
		else if (document.chooser.sitelist.selectedIndex == 2) location = 'http://www.loans.net/auto_quote.html';
		else if (document.chooser.sitelist.selectedIndex == 3) location = 'http://www.loans.net/personal_quote.html';
		else if (document.chooser.sitelist.selectedIndex == 4) location = 'http://www.loans.net/debt_form.html';
		else if (document.chooser.sitelist.selectedIndex == 5) location = 'http://www.loans.net/credit_card.html';
 }


