var arrItems = [12,'ad','a',41,{}],

     randomItem = arrItems[Math.floor(Math.random() * arrItems.length)];