Allora la paginetta che ti fa ascoltare la radio quando clicchi sull'immagine e' questa:

ww.myspell.it/extra/radio/radio.htm

Il codice che apre la finestralla e':

La pagina della radio e' questa:

<html>

<head>
<meta http-equiv="Content-Language" content="it">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Charmed Radio</title>
</head>
<STYLE>BODY {
SCROLLBAR-FACE-COLOR: #693C1B;
SCROLLBAR-HIGHLIGHT-COLOR: #000000;
SCROLLBAR-SHADOW-COLOR:;
SCROLLBAR-3DLIGHT-COLOR:;
SCROLLBAR-ARROW-COLOR:;
SCROLLBAR-TRACK-COLOR:;
SCROLLBAR-DARKSHADOW-COLOR:
}
</STYLE>
<STYLE>A {
COLOR:; TEXT-DECORATION: none
}
A:hover {
COLOR:; TEXT-DECORATION: underline
}
</STYLE>
<body bgcolor="#000000" background="../../home/back.jpg" style="background-attachment: fixed" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0">

<iframe src="http://ocworlditalia.altervista.org/radio.blog/index.php" name="I1" scrolling="no" frameborder="0" width="220" height="300" style="border: 1px solid #774822"></iframe>

</p>

</body>

</html>

E' tutto html e css e il javascript che ti apre la finestralla.

L'animazione flash che compare all'interno (in realta' e' un iframe su un altro sito) non puoi modificarla. Ma la pagina si.
Potresti far aprire una finestra leggermente piu' grande e modificare la pagina radio.htm mettendoci quello che vuoi tu.