var son1, son2;

agent=navigator.userAgent.toLowerCase();
if ((a=agent.indexOf("msie")) !=-1) {son1="<bgsound src="; son2=">";}
else {son1="<object type=audio/mpeg width=0 height=0 data="; son2=" <param name=autostart value=true /></object>";}

