You have an unmatched bracket:
Code:
//this function checks flag and redirects accordingly
function redirect()
{
if(!count)
location.href = 'error.html';
else
location.href = 'acknowledgement.html';
}
// DELETE THIS LINE return true;
// AND THIS LINE }
I haven't looked beyond this.
Please edit your OP to wrap the code in [ CODE ] tags.