function get_random()
{
    var ranNum= Math.round(1000000000000000*Math.random());
    return ranNum;
}