<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs
height="400"
title="My Flickr"
directory_title="My Flickr"
description="My Flickr: it's flickr your way and minaturized for your iGoogle page.  Browse your photos as well of those of your contacts and everyone else.  See recent activity including comments on your photos and even upload new photos - all from this simple and convenient gadget."
title_url="http://www.gingagadgets.com/hub.php?caller=flickr"
screenshot="http://ginga.gadgets1.googlepages.com/screenshot_flickr.280.X.PNG"
thumbnail="http://ginga.gadgets1.googlepages.com/thumbnail_flickr.120.60.PNG"
singleton="false" author="Ginga"
author_email="ginga.gadgets@gmail.com" author_location="USA"
author_photo="http://ginga.gadgets.googlepages.com/authorphoto.png"
author_aboutme="Restless"
author_quote="Tra-la-laa-rific!"
author_link="http://gingagadgets.com"
author_affiliation="ginga gadgets" category="funandgames" category2="lifestyle">
<Require feature="minimessage"/>
<Require feature="analytics" /> 
<Require feature="dynamic-height"/> 

</ModulePrefs>


<Content type="html"><![CDATA[

	 <!-- Anchor everything -->
	 <div id="msg_div"></div>
<!--	 <div id="nav_bar"></div> -->
	 <div id="content_div" align="center"></div>

	 <!-- Dynamic content -->
	 <script type="text/javascript">

	 _IG_Analytics("UA-2621463-1", "/flickr");

	 // Run onload
	 _IG_RegisterOnloadHandler(init);

	 // Called on startup !
	 function init() {
 	   display();
	 }

	 var msg = new _IG_MiniMessage(__MODULE_ID__,_gel("msg_div"));
	 
	 _IG_FetchContent('http://www.gingagadgets.com/lib/message_center.php?caller=flickr', function (responseText) {
	   msgStatus = msg.createDismissibleMessage(responseText,resize);
           msgStatus.style.backgroundColor = "white";
	   _IG_AdjustIFrameHeight();
	 });
	 
	 function resize() {
	   _IG_AdjustIFrameHeight();
	 }

	 function display() {
	   var html = '<iframe name="mobileflickr" border="0" src="http://m.flickr.com" height="400" width="100%" frameborder="0" marginwidth="0" marginheight="0"></iframe>';
	   
	 //  var nav = '<div style="font-size:x-small; border-top: 1px solid rgb(180, 152, 220); width: 100%; background-color: rgb(235, 235, 253);"><a onclick="frames[\'mobilegmail\'].location.href=\'http://mail.google.com/mail/x/1l5s3jjpmsjzc-/?\'" href="javascript:void(null)" style="color: blue;">Inbox</a> |			<a onclick="frames[\'mobilegmail\'].location.href=\'http://mail.google.com/mail/x/1l5s3jjpmsjzc-/?v=b&eot=1&pv=tl&cs=b\'" href="javascript:void(null)" style="color: blue;">Compose</a> | 			<a onclick="frames[\'mobilegmail\'].location.href=\'http://mail.google.com/mail/x/yycbi1jbvytd-/?v=cmf\'" href="javascript:void(null)" style="color: blue;">Customize</a> | <a onclick="frames[\'mobilegmail\'].location.href=\'http://mail.google.com/mail/x/1lwrwq576fck5-/?v=cl\'" href="javascript:void(null)" style="color: blue;">Contacts</a></div>';

	   //_gel('nav_bar').innerHTML = nav;
	   _gel('content_div').innerHTML = html;
	   
	   resize();
	 }

	 </script>

]]></Content>
</Module>


