Rev 1660 | Rev 1759 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
function get_time()
{
return Math.round(new Date().getTime() / 1000);
}