if ((navigator.appName == "Microsoft Internet Explorer")&&(navigator.platform != "MacPPC")&&(navigator.platform != "Mac68k")) {
                document.write("<OBJECT ID=\"AxisCamControl\" CLASSID=\"CLSID:917623D1-D8E5-11D2-BE8B-00104B06BDE3\" WIDTH=\"320\" HEIGHT=\"240\" CODEBASE=\"/activex/AxisCamControl.cab#Version=2,23,0,0\">");
                document.write("<PARAM NAME=DisplaySoundPanel VALUE=0>");
                document.write("<PARAM NAME=URL VALUE=\"http://webcam.bucknell.edu/axis-cgi/mjpg/video.cgi?camera=&resolution=320x240\">");
	    
                document.write("</OBJECT>");
	
} else {
    theDate = new Date();
        var output = "<img SRC=\"http://webcam.bucknell.edu/axis-cgi/mjpg/video.cgi?camera=&resolution=320x240&";
    output += theDate.getTime()
    output += "\" ALT=\"Press Reload if no image is displayed\">";
    document.write(output);
}

