

function wizz(form)
{	
var Element = form.keywords.selectedIndex;
 eval("parent"+".location='"+form.keywords.options[Element].value+"'");

	
}
