function nav()
   {
   var w = document.myform.mylist.selectedIndex;
   var url_add = document.myform.mylist.options[w].value;
   window.location.href = url_add;
   }

document.write('<table border=0 background="http://www.goldfiles.com/network/bar_bg.gif" cellpadding=0 cellspacing=0 width=100% height=31><tr><td width="5%"><a href="http://www.TheDDN.com"><img border="0" src="http://www.goldfiles.com/network/bar_logo.gif" width="168" height="31"></a></td><td height="31" width="90%"><font face="Arial" size="2"><marquee scrollamount="3">A partner in The Digital Download Network.Featured download of the week is: eSheep!</marquee></font></td><td align="right" height="31" bottommargin="0"><FORM style="margin-bottom:0;"  NAME="myform"><SELECT NAME="mylist" onChange="nav()"><OPTION VALUE="http://www.TheDDN.com">-- Site Network<OPTION VALUE="http://www.goldfiles.com">GoldFiles<OPTION VALUE="http://www.GameArcade.org">GameArcade.org<OPTION VALUE="http://www.goldfiles.com/cat.php?catid=40">Ti83 Games</SELECT></FORM></td></tr></TABLE>')