function DHTMLSound(surl) {
  document.getElementById('dummyspan').innerHTML="<embed src='"+surl+"' height=0 width=0 autostart=true loop=false>";
}
function PlayBroom() {
	
	DHTMLSound('v8_startup.mp3');
	setTimeout('Loadit()', 20000) 
}
function Loadit() {
	location.href='http://www.nswtoranaclub.com/index_01.html';
}

