var musicsrc="New_National_Anthem.wma"
function PlayAnthem02(){
if (navigator.appName=="Microsoft Internet Explorer"){
document.write('<bgsound src='+'"'+musicsrc+'"'+' loop="1">')
}
else
document.write('<embed src=\"'+musicsrc+'\" hidden="true" border="0" width="20" height="20" autostart="true" loop="1">')
}
