$(document).ready(function(){
	$("#keywords").click(function(){
		$("#keywords").css("background", "transparent");
	});
});
// $(document).ready(function(){
// 	startAnimation = true;
// 	$("#keywords").focus(function(){
// 		$("#keywords").attr("value", "");
// 		startAnimation = false;
// 	});
// 	
// 	if(document.getElementById('keywords').value.length == 0 && startAnimation == true) {
// 		var u=setTimeout("timer()", 2000);
// 	}
// 	
// 	// var t=setTimeout("alert('Due to inactivity. You have been logged out.');",jsSessionEnd - 1);
// 	// var u=setTimeout("document.location.href='$return_url';",jsSessionEnd);
// 	
// });
// var c = 0;
// function timer()
// {
// 	$("#keywords").focus(function(){
// 		c=20;
// 	});
// 	if(c > 18) {
// 		clearTimeout(u);
// 	} else {
// 		var message = new Array('F', 'Fi', 'Fin', 'Find', 'Find ', 'Find O', 'Find Or', 'Find Orn', 'Find Orna', 'Find Ornam', 'Find Orname', 'Find Ornamen', 'Find Ornament', 'Find Ornaments', 'Find Ornaments ', 'Find Ornaments F', 'Find Ornaments Fa', 'Find Ornaments Fas', 'Find Ornaments Fast');
// 		document.getElementById('keywords').value=message[c];
// 		document.getElementById('keywords').name=c;
// 		c=c+1;
// 		var u=setTimeout("timer()", 90);				
// 	}
// }

