function plugin() {
if (!document.all && document.createElementNS && soundFile!='none') {
plugin = document.createElement("iframe");
plugin.setAttribute("src",soundFile);
plugin.setAttribute("width","1");
plugin.setAttribute("height","1");
document.getElementsByTagName("html")[0].appendChild(plugin);
}
if (document.layers && soundFile!='none') {
document.write('<embed src="'+soundFile+'" hidden="true" autostart="true">');
}
else {document.write('<bgsound src="'+soundFile+'">');
}
}

function sendem() {
var now = new Date;
var nmin = now.getMinutes();
var ss = now.getSeconds();
var t = nmin-(Math.floor(nmin/2)*2);
var st = t*60 + ss;

var docnumber = (Math.floor(st/4.138))+1;
if (docnumber<10) {docnumber = '0' + docnumber;}
window.location = docnumber;
}
