function get_random()
{
    var ranNum= Math.floor(Math.random()*9);
    return ranNum;
}
