function doWrite (mov){
	//Amended by CJ 251010
	var fullString=("http://137.222.163.13"+(mov.substring(26,mov.length)));
document.writeln('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0" height="300" width="352" align="middle">');
document.writeln('<param name="src" value="'+fullString+'" />');
document.writeln('<param name="autoplay" value="true" />');
document.writeln('<param name="controller" value="true" />');
document.writeln('<embed src ="'+fullString+'" height="300" width="352" align="middle" type="video/quicktime"  pluginspage="http://www.apple.com/quicktime/download/" autoplay="true" controller="true"></embed> ');
document.writeln('</object>');
//document.write("<!--  "+message+" -->");
	//alert("doAlert:"+message);
}

