function menu_goto( menuform )
{
 // Generated by thesitewizard Navigation Menu Wizard 2.3.2function menu_goto( menuform )
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = 'http://www.cashfever.com/' ;
  selecteditem = menuform.url.selectedIndex ;
  newurl = menuform.url.options[ selecteditem ].value ;
  if (newurl.length != 0) {
    location.href = baseurl + newurl ;
  }
}
document.writeln( '<form action="chgoto" method="get">' );
document.writeln( '<select name="url" onchange="menu_goto(this.form)">' );
document.writeln( '<option value="index.htm">Open Here</option>' );
document.writeln( '<option value="page1.htm">Free Money</option>' );
document.writeln( '<option value="fastcash/index.htm">Fast Cash</option>' );
document.writeln( '<option value="business.htm">Home Business</option>' );
document.writeln( '<option value="page4.htm">Affiliate Cash</option>' );
document.writeln( '<option value="investor.htm">Investor Tips</option>' );
document.writeln( '<option value="mall.htm">Wholesale Mall</option>' );
document.writeln( '<option value="credit.htm">Credit and Debt</option>' );
document.writeln( '<option value="lenders.htm">Home Lenders</option>' );
document.writeln( '<option value="games.htm">Free Games</option>' );
document.writeln( '<option value="health.htm">Health Products</option>' );
document.writeln( '<option value="babyshop.htm">Baby Shop</option>' );
document.writeln( '<option value="free.htm">Free Stuff</option>' );
document.writeln( '<option value="fun.htm">Fun Stuff</option>' );
document.writeln( '<option value="page2.htm">Buy Vitamins</option>' );
document.writeln( '<option value="page3.htm">Contest Sweepstakes</option>' );
document.writeln( '<option value="page5.htm">Free Classifieds</option>' );
document.writeln( '<option value="freesub.htm">Submit URL</option>' );
document.writeln( '<option value="merchant.htm">Merchant Accounts</option>' );
document.writeln( '<option value="personals.htm">Dating Personals</option>' );
document.writeln( '<option value="travel.htm">Travel Deals</option>' );
document.writeln( '<option value="awards.htm">Top Sites</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );


