
function objView2(val)
{
	//alert(val);
	document.write(val);
}
