view();

function view(){
	document.write('<div name="test" style="position:absolute;LEFT:50;TOP:60;background-color:yellow;height:100px;width:200px;" >test‚Ψ‚½‚θ</div>');
}
