var newStream = ""; 
function changeStream(str) {
  newStream = str; 
}
function checkStream() {
  return newStream; 
}
