﻿

function doCalculate()
{
alert('I am called');
return false;
}

