			$(document).ready(function () {
				$('table#large tbody tr').quicksearch({
					attached: "table#large",
					position: "before",
					stripeRowClass: ['r1', 'r2', 'r3'],
					labelText: null,
					inputText: 'Type here to search for golf courses'
				});
			});