
function ApriIntervista(url){
intervista=window.open('','intervista'+ Math.round(Math.random() * 1000000) +'','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,height=100,width=479');
if (intervista) {
				var codicehtml = '';
				codicehtml = '';
				codicehtml += '<!DOCTYPE html public "-//W3C//DTD HTML 4.01 Transitional//EN"><HTML><HEAD>';
				codicehtml += '<TITLE>Sportal.fm - Audio</TITLE>';
				codicehtml += '</HEAD><BODY topmargin="0" leftmargin="0"><TABLE border="0" cellspacing="0" cellpadding="0"><TR><TD>';
				codicehtml += '<OBJECT classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" id="player" width="479" height="100">';
				codicehtml += '<PARAM name="url" value="'+url+'"><PARAM name="autostart" value="TRUE">';
				codicehtml += '<EMBED src="'+url+'" standby="Caricamento Microsoft Windows Media Player..." width="479" height="100" autostart="1" align="top" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/" filename="'+url+'" showcontrols="1" showdisplay="0" showstatusbar="1" animationatstart="0" allowscan="1" clicktoplay="0" enablecontextmenu="0" showgotobar="0" showpositioncontrols="0" transparentatstart="0" autosize="0"></EMBED>';
				codicehtml += '</OBJECT></TD></TR></TABLE></BODY></HTML>';
				intervista.document.write(codicehtml);
				intervista.focus();
				}
							}