<!--
var song ="Boomerang - Urbanoustic - 11 - Nyanyian Lembah Hijau.mp3";

if(navigator.userAgent.indexOf("MSIE") != -1)
document.writeln('<BGSOUND SRC="'+song+'">');
else {
document.write('<EMBED SRC="'+song+'" AUTOSTART="true"')
document.writeln(' HIDDEN="true" VOLUME="80%">');
}
-->
