function form_submit(elem)
{
temp = document.getElementById('date_from')
temp.value = elem.value;
whatz_on.submit();
}
