function generateIframe()
{
     document.writeln("<IFRAME width=\"20\" height=\"20\" marginwidth=\"0\" marginheight=\"0\" align=\"top\" frameborder=\"0\" scrolling=\"no\" src=\"http://www.prodjo.com/radio/index2.htm\"><\/IFRAME>")
}

function openBrWindow(theURL,winName,features) 
{ 
      window.open(theURL,winName,features);
}
