// JavaScript Document

function dosearch(city) { document.search.city.value = city; document.search.submit(); }
function focused() { document.getElementById('ebok').getElementsByTagName('p')[0].style.backgroundColor = "#0AF"; }
function blured() { document.getElementById('ebok').getElementsByTagName('p')[0].style.backgroundColor = "#9C0"; }
