<!--
function writeJS(){
var str='';
str+='<table style="width: 100%" cellspacing="0" cellpadding="0">';
str+='	<tr>';
str+='		<td style="width: 368px"><p style="text-align: right"><font face="Arial" size="1">Play\/Stop Music: <\/font><\/p><\/td>';
str+='		<td style="width: 368px"><div id="flashcontent0" style="margin-top: 0px; margin-bottom: 0px; text-align: left;" >';
str+=' ';
str+=' <p>';
str+='  Classical Music<\/p>';
str+='	<\/div>';
str+='<script type="text\/javascript">';
str+='   var so = new SWFObject("http:\/\/www.youtube.com\/v\/PAbwMGZtIsY&hl=en&fs=1&rel=0&color2=0xFFEEAA&autoplay=1&start=0&loop=0", "movie", "60", "25", "6", "#FFFFFF");';
str+='   so.write("flashcontent0");';
str+='<\/script><\/td>';
str+='	<\/tr>';
str+='	<\/table>';
document.write(str);
}
writeJS();
//-->