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