function dietPopunder(popunder, popwidth, popheight){
  var winfeatures="width="+popwidth+",height="+popheight+",scrollbars=0,resizable=0,toolbar=0,location=0,menubar=0,status=0,directories=0"
  win2=window.open("http://www.diet.com/ad/"+popunder,"",winfeatures)
  win2.blur()
  window.focus()
}