function clearResponseFrame()
{
    parent.responseFrame.document.location.replace('blankpage.html');
}

