function iestream(url){
	document.write('<OBJECT id=playera height=150 width=290 classid=clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95>');
	document.write('<PARAM NAME="AutoStart" VALUE="True">');
	document.write('<PARAM NAME="Balance" VALUE="False">');
	document.write('<PARAM NAME="DisplaySize" VALUE="True">');
	document.write('<PARAM NAME="Filename" VALUE="' + url + '">');
	document.write('<PARAM NAME="Mute" VALUE="False">');
	document.write('<PARAM NAME="SelectionStart" VALUE="False">');
	document.write('<PARAM NAME="SelectionEnd" VALUE="False">');
	document.write('<PARAM NAME="ShowControls" VALUE="True">');
	document.write('<PARAM NAME="ShowAudioControls" VALUE="True">');
	document.write('<PARAM NAME="ShowDisplay" VALUE="False">');
	document.write('<PARAM NAME="ShowPositionControls" VALUE="False">');
	document.write('<PARAM NAME="Volume" VALUE="1">');
	document.write('<PARAM NAME="AudioStream" VALUE="False">');
	document.write('<PARAM NAME="AutoSize" VALUE="False">');
	document.write('<PARAM NAME="AnimationAtStart" VALUE="False">');
	document.write('<PARAM NAME="AllowScan" VALUE="False">');
	document.write('<PARAM NAME="AllowChangeDisplaySize" VALUE="False">');
	document.write('<PARAM NAME="AutoRewind" VALUE="True">');
	document.write('<PARAM NAME="BaseURL" VALUE="">');
	document.write('<PARAM NAME="BufferingTime" VALUE="5">');
	document.write('<PARAM NAME="CaptioningID" VALUE="">');
	document.write('<PARAM NAME="ClickToPlay" VALUE="True">');
	document.write('<PARAM NAME="CursorType" VALUE="0">');
	document.write('<PARAM NAME="CurrentPosition" VALUE="True">');
	document.write('<PARAM NAME="CurrentMarker" VALUE="True">');
	document.write('<PARAM NAME="DefaultFrame" VALUE="mainframe">');
	document.write('<PARAM NAME="DisplayBackColor" VALUE="True">');
	document.write('<PARAM NAME="DisplayForeColor" VALUE="16777215">');
	document.write('<PARAM NAME="DisplayMode" VALUE="1">');
	document.write('<PARAM NAME="Enabled" VALUE="-1">');
	document.write('<PARAM NAME="EnableContextMenu" VALUE="False">');
	document.write('<PARAM NAME="EnablePositionControls" VALUE="False">');
	document.write('<PARAM NAME="EnableFullScreenControls" VALUE="False">');
	document.write('<PARAM NAME="EnableTracker" VALUE="False">');
	document.write('<PARAM NAME="InvokeURLs" VALUE="False">');
	document.write('<PARAM NAME="Language" VALUE="False">');
	document.write('<PARAM NAME="PlayCount" VALUE="1">');
	document.write('<PARAM NAME="PreviewMode" VALUE="False">');
	document.write('<PARAM NAME="ShowStatusBar" VALUE="True">');
	document.write('<PARAM NAME="TransparentAtStart" VALUE="False">');
	document.write('</OBJECT>');
}

function otherstream(url){
		document.write('<iframe width="290px" src="' + url + '" frameborder="0" scrolling="no"></iframe>');
}