﻿// JScript File
function randOrd(){
    return (Math.round(Math.random())-0.5); 
} 

function removeScrollBars()
{
    $('body').scroll="no";
}


