function documentwrite(src){
	document.write(src);
}

function AsfPlay(src, width, height){
	document.write("<object classid='clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95' codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715' width="+width+", height="+height+">");
	document.write("<param name='FileName' value="+src+">");
	document.write("<embed src="+src+" pluginspage='http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/' width="+width+" height="+height+"></embed></object>");
}