<?xml version="1.0" encoding="UTF-8"?>
<Module>
	<ModulePrefs 
		title="Tiny faceBook!" 
		description="Browse your faceBook in orkut using Tiny faceBook, Start Now!" 
		author="Preetam Purbia" 
		author_email="purbia.gadgets@gmail.com" 
		screenshot="http://img117.imageshack.us/img117/4104/tinyfacetgv5.png" 
		thumbnail="http://img76.imageshack.us/img76/5970/tinyfacenb1.png"  
		author_affiliation="" 
		author_location="Rajasthan, India" 
		author_aboutme="We are gadget makers." 
		author_link=""  
		height="400" 
		scaling="false" 
		render_inline="never" 
		scrolling="true">
	 	<Require feature="analytics" /> 
  		<Require feature="dynamic-height" />		
		<Require feature="opensocial-0.7" />
                <Require feature="views" />            
        </ModulePrefs> 
        <Content type="html">    
        <![CDATA[ 
        

<script type="text/javascript">
 var ex = navigator.appName;


	_IG_Analytics("UA-673302-2", "/50webs/tinyface/profile");
        setTimeout('_IG_AdjustIFrameHeight()', 1000);
         _IG_AdjustIFrameHeight();
       
        
	_IG_RegisterOnloadHandler(init);
          

function resize()
 {
	   _IG_AdjustIFrameHeight();
}

        function init()
 {
 	   dispface();
	 }






function getViewName() 
{
return gadgets.views.getCurrentView().getName();
}

function dispface()
{

if (ex == "Microsoft Internet Explorer")
        {
          document.write("<center><a href=\"http://www.facebook.com/\" target=\"_blank\" >Sorry! You need to Download Mozila Firefox to view this application! Click here</a></center>");
          return;
       }
if (getViewName() == "canvas") 
{
/* Do canvas specific stuff here */
document.writeln("<center><iframe border=\"0\" frameborder=\"0\" framespacing=\"0\" width=\"450\" height=\"500\" marginheight=\"0\" marginwidth=\"0\"  scrolling=\"yes\" src=\"https://login.facebook.com/login.php?iphone&next=http%3A%2F%2Fiphone.facebook.com%2F\"><\/iframe><\/center>");

}

if (getViewName() == "profile") 
{
/* Do profile specific stuff here */

document.writeln("<center><iframe border=\"0\" frameborder=\"0\" framespacing=\"0\" width=\"400\" height=\"450\" marginheight=\"0\" marginwidth=\"0\"  scrolling=\"yes\" src=\"http://iphone.facebook.com\"><\/iframe><\/center>");

}
resize();

}


</script>
          

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-673302-2";
urchinTracker();
</script>



        ]]>    
     </Content>
</Module>


