<?xml version="1.0" encoding="UTF-8" ?>
<Module>
	<ModulePrefs title="Bird Feeder Cam"
		title_url="http://birdfeedercam.us/bird.html"
		description = "Bird Feeder Web Camera: This is a window mounted bird feeder in South Eastern Pennsylvania. It updates every two minutes U.S. eastern time, dawn to dusk."
		height="240"
		author="M. Craig Weaver"
		author_affiliation=" "
		author_location="Coatesville, PA USA"
		author_photo="http://mcraigweaver.com/craig6-100x100.jpg"
		author_aboutme="I'm a Software Engineer. I enjoy cooking. And more than that, I enjoy eating. I like bicycling, playing trivia games, fishing, playing chess, hanging with my friends, working on my web pages, and playing TF2 for the PC."
		author_link="http://mcraigweaver.com/bronze.html"
		author_email="craig@mcraigweaver.com"
		render_inline="optional"
		scrolling="false"
		scaling="false"
		screenshot="http://mcraigweaver.com/bird/images/ScreenShot.jpg"
		thumbnail="http://mcraigweaver.com/bird/images/thumbnail.jpg"
		category="lifestyle" />
	<Content type="html">
		<![CDATA[
			<title>Actual Google Bird Feeder Web Cam Gadget</title>
			<center>
			<script type="text/javascript" language="JavaScript">
				newImage = new Image();
				function LoadNewImage()
				{
					var unique = new Date();
					newImage.src = "http://birdfeedercam.us/archive001.jpg?time=" + unique.getTime() + "?GoogleGadget2";
					document.images.webcam.src = newImage.src;
				}
			</script>
			<img src="http://birdfeedercam.us/archive001.jpg" name="webcam" width="320" height="240"  onload="timerID = setTimeout('LoadNewImage()', 120000)">
			</center>
		]]>
	</Content>
</Module>
