


var hat = "<TABLE BORDER=\"0\" CELLPADDING=\"0\" CELLSPACING=\"0\" WIDTH=\"585\" bgcolor=\"#E6EFD6\"><TR><TD><table border='0' cellpadding='0' cellspacing='0' width='585'><FORM onSubmit=\"return redir(this)\" NAME=\"theForm\"><tr>        "
+ " <TD WIDTH=\"296\" ALIGN=\"left\"><a href=\"aol://1722:Personal Finance\"><img src=\"http://aolsvc.aol.com/pf/tools/hat/gr/pf_hat_2004.gif\" WIDTH=\"243\" HEIGHT=\"38\" border=\"0\" align=\"left\" hspace=0 alt=\"AOL Personal Finance Search\"></a></TD>        "
+ "<TD WIDTH=\"257\" ALIGN=\"right\"><SELECT NAME=\"URL\" STYLE=\"font-family:verdana;font-size:9pt;\">        "
+ "               <option value='http://pf.channel.aol.com' selected>Personal Finance Main</option>    "
+ "               <option value='http://news.channel.aol.com/business'>Business News</option>    "
+ "               <option value='http://pf.channel.aol.com/investing'>Investing</option>    "
+ "               <option value='http://pf.channel.aol.com/banking'>Banking & Loans</option>    "
+ "               <option value='http://pf.channel.aol.com/budgeting'>Budgeting  </option>    "
+ "               <option value='http://pf.channel.aol.com/creditdebt'>Credit & Debt</option>    "
+ "               <option value='http://pf.channel.aol.com/insurance'>Insurance </option>    "
+ "               <option value='http://pf.channel.aol.com/realestate/finance'>Financing & Mortages </option>    "
+ "               <option value='http://pf.channel.aol.com/retirement'>Retirement </option>    "
+ "               <option value=http://pf.channel.aol.com/tax'>Taxes </option>    "
+ "               </select></td>    "
+ "			<TD WIDTH=\"32\" VALIGN=\"middle\"><input type=image src=\"http://aolsvc.aol.com/pf/tools/hat/gr/b_go.gif\" BORDER=\"0\" ALT=\"\" hspace=\"2\" align=\"left\"></TD>        "
+ "</TR></FORM></TABLE></td></tr></table>        ";


document.write(hat);

 function redir(theForm){
	var anyString;
	var index;
	index=theForm.URL.selectedIndex
	anyString=theForm.URL.options[index].value;
	
		if (anyString.substring(0,3) == "aol"){
			window.location=theForm.URL.options[index].value;
			theForm.URL.focus();
		}else {
		    if (anyString.substring(0,4) == "null") {
			alert('AOL Personal Finance:\n No Department Selected. \n\n Please select a department from the menu, then click \"Go.\"');
		    } else { 
			window.location=theForm.URL.options[index].value;
			}
		}
	return false;
}