Rev 1647 | Rev 1660 | 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);
}
function to_array(obj)
var result = [];