//This clears the cookie file and takes the user back to the login page.
 public void Logout()
 {
     AmazonVideoRequest.clearLoginCookie();
     GoToLoginPage();
 }