/* Google Custom Google - Include watermark image in search box */
(
   function() {
      var f = document.getElementById('searchbox_016407793623162814566:boxhulbinzi');
	  if (!f) {
	     f = document.getElementById('searchbox_demo');
	  }
	  if (f && f.q) {
	     var q = f.q;
		 var n = navigator;
		 var l = location;
		 if (n.platform == 'Win32') {
		    q.style.cssText = 'border: 1px solid #cccccc; width: 200px; padding: 2px;';
		 }
		 var b = function() {
		    if (q.value == '') {
			   q.style.background = '#ffffff url(http://www.btinternet.com/~izzardhistory/images/icons/software/google_custom_search_watermark.gif) left no-repeat';
			}
		 };
		 var f = function() {
		    q.style.background = '#ffffff';
		 };
		 q.onfocus = f; q.onblur = b; if (!/[&?]q=[^&]/.test(l.search)) {
		    b();
		 }
	  }
   }
)
();
