
function doWriteEnd()
{
	var html = '';
	html += '</tr>';
	html += '<tr>';

	document.write (html);
}

 

