<?xml version="1.0" encoding="UTF-8" ?>
<Module>
	<ModulePrefs title="Travellerspoint Featured Photo"
				description="Displays one of Travellerspoint's current featured photos"
				title_url="http://www.travellerspoint.com/photography.cfm" 
				author="Peter Daams" 
				author_email="peter@travellerspoint.com" 
				author_affiliation="Travellerspoint" 
				author_location="Melbourne, Australia"
				height="405"
				width="425">
		<Require feature="analytics"/>
		<Require feature="dynamic-height"/>
	</ModulePrefs>
	<Content type="html">
		<![CDATA[
		<div id="travellerspoint_random_photo">Loading Photo...</div>
		<script type="text/javascript">
			var html='\n<style type=\"text/css\">\n\t#travellerspoint_random_photo {font:11px \"Lucida Grande\",Verdana,sans-serif;line-height:1.2em;background:#fff;color:#333;width:100%;text-align:center;}\n\t#travellerspoint_random_photo h4 {font-size:13px;}\n\t#travellerspoint_random_photo img {border:1px solid #ccc;background:#eee;padding:10px;} \n</style>\n\n<div>\n\t<p><a href=\"http://www.travellerspoint.com/photos/stream/photoID/663645/features/\"><img src=\"http://photos.travellerspoint.com/47906/PB023425.jpg\" alt=\"Lighthouse Willemstoren\" height=\"255\" width=\"400\" /></a></p>\n\t<h4>Lighthouse Willemstoren</h4>\n\t<p>&copy; 2009 <a href=\"http://www.travellerspoint.com/member_profile.cfm?user=marlis\">marlis</a></p>\n\t<p>Featured in the <a href=\"http://www.travellerspoint.com/photography.cfm\">Travellerspoint Photography Gallery</a></p>\n</div>\n\n';
			document.getElementById('travellerspoint_random_photo').innerHTML = html;
			_IG_AdjustIFrameHeight();
			_IG_Analytics("UA-352823-5", "/OpenSocial/FeaturedPhoto");
		</script>
		]]>
	</Content> 
</Module>