function newsletter(newContent)
 {
  winContent = window.open(newContent, 'nextWin', 'right=0, top=20,width=270,height=185')         
 }