/************************************************
 * for amebabar js
 * $Id: amebabar.js,v 1.3 2008/09/02 04:51:06 oyama_yuichi Exp $
 ************************************************/

(function(){ 
	if (document.barForm.q) {
		var qObj = document.barForm.q;
		if (wordsFromReferrerDe) {
			var keywords = wordsFromReferrerDe.replace(/\+/g, " ");
			qObj.value = keywords;
			qObj.style.color = '#000000';
			qObj.style.backgroundColor = '#ffff66';
		}
		qObj.onfocus = function(){
			qObj.select();
			qObj.style.color = '#000000';
		}
	}
}
)();
