<!--//
function embed(source,link,audiotype) {
var d = document; da = d.all;
var dg = d.getElementById; browser = navigator.appName;

if ((dg&&da)||(browser == "Netscape")) {
document.write(link,"<br><embed src='",source,"' type='",audiotype,"' autostart='false' loop='false' width='75' height='16'></embed>");
}
else {
document.write("<a hr");
document.write("ef='",source,"' type='",audiotype,"'>",link,"</a>");
}
}

onLoad = embed("/audio/StarChild/doppler3_snippet.mp3","<IMG SRC='/Images/StarChild/icons/music_note.gif' ALT='Music' BORDER=0 ALIGN='MIDDLE'> Sing me part of a song about the Doppler Shift!","audio/mpeg");
//-->
