// JavaScript Document

function openWin() {
	var win1=window.open('', 'newwin1', 'toolbar=no, location=no, status=no, menubar=no, scrollbars=no, width=300, height=75');
    win1.document.write('<body topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" bgcolor="gray">');
	win1.document.write('<table border="0" cellpadding="0" cellspacing="0" width="300" height="75 bgcolor="white">');
	win1.document.write('<tr><td height="75px"><img src="http://www.fmfujieda.com/program/broadcasting/LTR8.jpg" width="300px" height="30px" alt="Lovely Time Radio Vol.8"><br>\/:;');
	win1.document.write('<embed src="http://www.fmfujieda.com/program/broadcasting/LTR8.mp3" width="300px" height="45px"></td>'); 
	win1.document.write('</tr></table>');
	win1.document.write('</body>');
	win1.document.close();
}