
var MSIE=navigator.userAgent.indexOf("MSIE");
var NETS=navigator.userAgent.indexOf("Netscape");
var OPER=navigator.userAgent.indexOf("Opera");
if((MSIE>-1) || (OPER>-1)) {
document.write("<BGSOUND SRC=http://wallpaper.stefan-waury.de/no-copy/wall-beguessung.mp3 loop=1>");
} else {
document.write("<EMBED SRC=http://wallpaper.stefan-waury.de/no-copy/wall-beguessung.mp3 AUTOSTART=TRUE ");
document.write("HIDDEN=true VOLUME=80 LOOP=1>");
}
// -->

