function counter(reckonerScript){
$(document).ready(function()
{
    $("#responseDiv").load(reckonerScript);
})
return "Send Successful"
}
