

function writeMp3(filetoplay2){
	document.write('<embed src="'+filetoplay2+'" type="video/quicktime" width="350" height="15" kioskmode="true" controller="true" autoplay="true" loop="false"></embed>');
}


