top of page
1
2
bottom of page
$w.onReady(function () { let mylink=$w('#aramabuttonu'); let numbers=['tel:+905531701145','tel:+905531701045','tel:+905521875101','tel:+905521875100']; let rastgele=Math.floor(Math.random()*4); mylink.link=numbers[rastgele]; });