/*
	ONYX HEALTH JAVASCRIPT
	CREATED:21.10.09
	MODIFIED:21.10.09
	AUTHOR:ANDY FIELD
*/

$(document).ready(function(){

	$("#s").focus(function(){
		$(this).attr("value","");
	});

	$('ul.three-col li:last-child').addClass( 'end' );
});