function quicktime(src,width) {
	document.write('<embed src="' + src + '" width="' + width + '" height="258" autostart="true" kioskmode="true" controls="console" />');
}
function quicktimer(src,width,name) {
	document.write('<embed src="' + src + '" width="' + width + '" height="258" autostart="true" kioskmode="true" controls="console" name="' + name + '" enablejavascript="true" />');
}
