<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rows SYSTEM "dhtmlxgrid.dtd">
<rows>
    <head>
        <column width="300" type="ed" align="left" color="#d5f1ff" sort="str">A Book Title</column>
        <column width="*" type="ed" align="left" color="#d5f1ff" sort="str">An Author</column>
    </head>
 	<row id="1">
		<cell>A Time to Kill</cell>
		<cell>John Grisham</cell>
	</row>
	<row id="2">
		<cell>Blood and Smoke</cell>
		<cell>Stephen King</cell>
	</row>
	<row id="3" selected="1">
		<cell>The Rainmaker</cell>
		<cell>John Grisham</cell>
	</row>
	<row id="4">
		<cell>The Green Mile</cell>
		<cell>Stephen King</cell>
	</row>
	<row id="5">
		<cell>Misery</cell>
		<cell>Stephen King</cell>
	</row>
	<row id="6">
		<cell>The Dark Half</cell>
		<cell>Stephen King</cell>
	</row>
	<row id="7">
		<cell>The Partner</cell>
		<cell>John Grisham</cell>
	</row>
	<row id="8">
		<cell>It</cell>
		<cell>Stephen King</cell>
	</row>
	<row id="9">
		<cell>Cousin Bette</cell>
		<cell>Honore de Balzac</cell>
	</row>
	<row id="10">
		<cell>Boris Godunov</cell>
		<cell>Alexandr Pushkin</cell>
	</row>
	<row id="11">
		<cell>Alice in Wonderland</cell>
		<cell>Lewis Carroll</cell>
	</row>
</rows>
