<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs
height="400"
title="USA Today"
directory_title="USA Today"
description="USA Today reader.  All the current news, sports, money, travel, life and weather from USAToday."
title_url="http://www.gingagadgets.com/hub.php?caller=usatoday"
screenshot="http://ginga.gadgets1.googlepages.com/screenshot_usatoday.280.X.PNG"
thumbnail="http://ginga.gadgets1.googlepages.com/thumbnail_usatoday.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="less is more"
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", "/usatoday");

	 // 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=usatoday', function (responseText) {
	   msg.createDismissibleMessage(responseText,resize);
	   _IG_AdjustIFrameHeight();
	 });
	 
	 function resize() {
	   _IG_AdjustIFrameHeight();
	 }

	 function display() {
	   var html = '<iframe name="mobileusatoday" border="0" src="http://wap.usatoday.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>


