

function getDays()
{
  return '1535';
}
function getHours()
 {
    return '18';
 }

 function getMinutes()
 {
    return '19';
 }

 function popup(link)
 {
    pop = window.open(link, 'pop', 'width=650,height=300,toolbar=no,scrollbars=yes');
    pop.focus();
 }