// Generate and display a random number between (and including) 1 and 100 WScript.Echo( Math.floor( 100 * Math.random( ) + 1 ) );