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