function checkThis2() {
if  (document.relo_form.comments.value == '')
{
alert('Please fill the time frame.');
document.relo_form.comments.focus();
return false;
}
else
return true;
}
