
function randarg()
{
    return "&request_id=" +
       parseInt(Math.random() * 999999999999);
}
