function playjingle(soundFile) {
    
		document.write('<embed src="'+soundFile+'" autostart="true" loop="1" controls="SmallConsole" volume="50%" width=50 height=25 align=right><\/embed>');
}