	var detect = navigator.userAgent.toLowerCase();
	if (detect.indexOf("msie") > 0) {
		document.write('<p align="center">');
		document.write('<object width="352" height="240" classid="CLSID:917623D1-D8E5-11D2-BE8B-00104B06BDE3" codebase="http://64.206.10.198/activex/AxisCamControl.cab#Version=1,0,2,15" id="AxisCamControl">');
		document.write('<param name="DisplaySoundPanel" value="0"/>');
		document.write('<param name="URL" value="http://64.206.10.198/axis-cgi/mjpg/video.cgi?camera=1&amp;resolution=fullsize"/>');
		document.write('<param name="image_pan_tilt" value="http://64.206.10.198/axis-cgi/com/ptz.cgi?camera=1&amp;imagewidth=352&amp;imageheight=240&amp;camera=1&amp;compression=50&amp;center=?"/>');
		document.write('</object>');
		document.write('</p>');
	}
	else {
		document.write('<p align="center">');
		document.write('<img alt="Legal Cam" src="http://64.206.10.198/axis-cgi/mjpg/video.cgi?camera=1&amp;resolution=fullsize" ismap="ismap"/>');
		document.write('</p>');
	}


