function aboie() {
ns = (navigator.appName == "Netscape")
ie = (navigator.appName == "Microsoft Internet Explorer")

var location = new Array();

location[0] = new Object();
location[0].src = "include/bark/barkyap.au";
location[1] = new Object();
location[1].src = "include/bark/barkyap.au";
location[2] = new Object();
location[2].src = "include/bark/bark.au";
location[3] = new Object();
location[3].src = "include/bark/bark.wav";


zique = location[Math.round(3*Math.random())].src;


if (ns) {
document.embeds[0].play(false, zique);
document.embeds[0].setvol(40);
}
if (ie) {
document.all.sound.src = zique;

}
}
