// JavaScript Document

function randOrd(){
return (Math.round(Math.random())-0.5); } 
