function is6Chars (myString) {
	if (myString.length == 6) {
		return true;
	}
	else {
		return false;
	}
}

function is8Chars (myString) {
	if (myString.length == 8) {
		return true;
	}
	else {
		return false;
	}
}

function RunVideoLive_250()
{ 
document.write('<object id="video1" name="video1" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" standby="Loading Microsoft Windows Media Player components..." TYPE="application/x-oleobject" width="480" height="320">\n');
    document.write('<param name="FileName" value ="http://www.streamcast.com.au/intralot/meta/intralot_live.asx">\n')
  	document.write('<param name="DefaultFrame" value="slideshow">\n')
  	document.write('<PARAM NAME="AnimationatStart" VALUE="false">\n')
  	document.write('<PARAM NAME="AutoStart" VALUE="true">\n')
  	document.write('<PARAM NAME="ShowControls" VALUE="true">\n')
  	document.write('<PARAM NAME="ShowStatusBar" VALUE="true">\n')
  	document.write('<PARAM NAME="ShowDisplay" VALUE="False">\n')
  	document.write('<PARAM NAME="ShowPositionControls" VALUE="false">\n')
  	document.write('<PARAM NAME="ShowAudioControls" VALUE="false">\n')
  	document.write('<PARAM NAME="ShowTracker" VALUE="false">\n');				
	document.write('<embed type="application/x-mplayer2" name="video1" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/" ShowControls="1" ShowDisplay="0" ShowTracker="0" ShowStatusBar="1" ShowPositionControls="0" ShowAudioControls="0" width="480" height="320" AutoStart="1" DefaultFrame="slideshow" Src="http://www.streamcast.com.au/intralot/meta/intralot_live.asx" ShowVolumeControls="0">\n');
	document.write('</embed>\n');
	document.write('</object>\n');	
}