function formHandler(form){
c=0;
var URL = document.form.site.options[document.form.site.selectedIndex].value;
if (URL != "") {
top.location.href = URL;
}
}

document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0" background="http://nav.ontheweb.com/graphics/brand_bg.gif" bgcolor="#D9D9D9"><tr><form name="form"><td background="http://nav.ontheweb.com/graphics/brand_bg.gif"><FONT FACE="GENEVA, ARIAL, MS SANS SERIF, SANS-SERIF" SIZE="1"><select name="site" style="font-family: Verdana, Serif; font-size: 10px; background-color: #D9D9D9"  onChange="javascript:formHandler()"><option value="">OnTheWeb.com Network Sites</option><optgroup label="OnTheWeb - US" style="font-family: Verdana, Serif; font-size: 10px; background-color: #ffffff"><option value="http://www.ontheweb.com/">Search OnTheWeb</option><option value="http://shop.ontheweb.com/">Shop OnTheWeb</option><option value="http://fonts.ontheweb.com/">Fonts OnTheWeb</option><option value="http://images.ontheweb.com/">Images OnTheWeb</option><option value="http://coupons.ontheweb.com/">Coupons OnTheWeb</option></optgroup><optgroup label="OnTheWeb - UK" style="font-family: Verdana, Serif; font-size: 10px; background-color: #ffffff""><option value="http://www.ontheweb.co.uk/">Search OnTheWeb</option><option value="http://shop.ontheweb.co.uk/">Shop OnTheWeb</option></optgroup><optgroup label="PingPosh Search" style="font-family: Verdana, Serif; font-size: 10px; background-color: #ffffff""><option value="http://www.pingposh.com/">PingPosh - US Edition</option><option value="http://www.pingposh.co.uk/">PingPosh - UK Edition</option></optgroup><optgroup label="Consumer Reviews" style="font-family: Verdana, Serif; font-size: 10px; background-color: #ffffff""><option value="http://www.dvdark.co.uk/">DVD Ark - UK DVD Archive</option><option value="http://www.reviewindex.com/">Review Index - US Edition</option><option value="http://www.reviewindex.co.uk/">Review Index - UK Edition</option></optgroup><optgroup label="Other Websites" style="font-family: Verdana, Serif; font-size: 10px; background-color: #ffffff""><option value="http://www.top20free.com/">Top20 Free - Free Stuff</option><option value="http://www.top20stores.com/">Top20 Stores - Online Stores</option><option value="http://www.freeclipartx.com/">Free Clipart X - Free Graphics</option><option value="http://www.freefontsx.com/">Free Fonts X - Free Fonts</option><option value="http://www.freegamesx.com/">Free Games X - Free Games</option><option value="http://www.freethemesx.com/">Free Themes X - Free Themes</option></optgroup></select></font></td></form><td align=right background="http://nav.ontheweb.com/graphics/brand_bg.gif"><a href="http://www.ontheweb.com/" target="_top"><img src="http://nav.ontheweb.com/graphics/brand_logo.gif" width="76" height="19" border="0" alt="OnTheWeb.com"></a></td></tr></table>');

//function init() {if (window.stop) {window.stop();}
//if (document.execCommand) {document.execCommand('Stop');}
//}
//window.onload = init;