// Copyright (c) 2003 Computer Associates International, Inc
// fid_gen.js 1.3 2001/05/24 02:00:51
function fid_generator()
{
return Math.round(Math.random()*10000);
}
