$(document).ready	(
						function()
						{
							$("#runner-lookup").focus		(
																function(event)
																{
																	if( $(this).attr("value")=="Enter Runner Name..." )
																		$(this).attr("value","");
																}
															);
						}
					);