$().ready(function() {
  $(".page-item-4 a").click(function(){
    window.open("http://www.myfirebox.com/radio.html",
    "radiowindow",
    "status=0,toolbar=0,location=0,menubar=0,directories=0,resizable=0,scrollbars=0,height=206,width=216")
  })
  return false;
})
