<!--
function initAd() { 
document.all.MYLayer.style.posTop = -100;
document.all.MYLayer.style.visibility = 'visible';
MoveLayer('MYLayer');
} 
function MoveLayer(layerName) {
var x = 1004;
var y = 100;
if ((screen.width == 800) && (screen.height == 600)) {
x = 1004;
y = 100;
  }
var diff = (document.body.scrollTop + y - document.all.MYLayer.style.posTop)*.40; 
var y = document.body.scrollTop + y - diff; 
eval("document.all." + layerName + ".style.posTop = y"); 
eval("document.all." + layerName + ".style.posLeft = x"); 
//setTimeout("HiddenLayer('MYLayer');", 240000);
}
function HiddenLayer(layerName) { 
document.all.MYLayer.style.visibility = 'hidden';
music.location.href='music/music.html';
}
-->