<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs 
  author="R. Jay"
  author_email="info@fromammawithlove.com" 
  scaling="false"	
  scrolling="false"   
  title="South Indian Recipe of the Day" 
  title_url="http://www.fromammawithlove.com"
  description="Authentic South Indian Recipes from our family kitchen"
  screenshot="http://www.fromammawithlove.com/images/gadget/screenshot.png"
  thumbnail="http://www.fromammawithlove.com/images/gadget/thumbnail.png"
  height="210" width="200">   
</ModulePrefs>  
<Content type="html"><![CDATA[
  <!--
	Copyright (C) 2009 www.fromammawithlove.com
  -->
<script type="text/javascript">
  var imgSrc='http://www.fromammawithlove.com/images/gadget/recipe';
  var linkSrc='http://www.fromammawithlove.com/recipe-';
  
  var ran = (new Date()).getDate()
  
  var textArray  = new Array("Rasam",
                  "Lemon Rice",
                  "Buttermilk Soup",
                  "Clarified Butter",
                  "Potato Podimaas",
                  "Bakoda",
                  "Beans Karamadhu",
                  "Coconut Chutney",
                  "Spinach Makkotal",
                  "Bajji",
                  "Daal",
                  "Aviyal",
                  "Pongal",
                  "Ravai Uppuma",
                  "Eggplant Masiyal",
                  "Cucumber Kootu",
                  "Potato Karemadhu",
                  "Puliseri",
                  "Cilantro Chutney" ,
                  "Yogurt Rice",
                  "Coconut Rice",
                  "Onion Chutney",
                  "Pumpkin Kootu",
                  "Potato Bonda",
                  "Broccoli Aviyal",
                  "Fast Chundal",
                  "Lemon Pickle",
                  "Moar Kuzumbu",
                  "Chinese Potato Masiyal",
                  "Pacchadi",
                  "Beans Kootu"                 
                  );
  
  var linkArray  = new Array("tomato-rasam",
                    "lemon-rice",
                    "moar-rasam",
                    "nei",
                    "potato-podimaas",
                    "bakoda-pakora",
                    "bean-karemadhu",
                    "greenchilipepper-coconut-chutney",
                    "spinach-makkottal",
                    "vegetable-bajji",
                    "daal",
                    "aviyal",
                    "pongal",
                    "ravai-uppuma",
                    "eggplant-masiyal",
                    "cucumber-kootu",
                    "potato-onion-karemadhu",
                    "puliseri",
                    "cilantro-chutney",
                    "yogurt-rice",
                    "coconut-rice",
                    "onion-chutney",
                    "pumpkin-kootu",
                    "potato-bonda",
                    "broccoli-aviyal",
                    "fast-chundal",
                    "lemon-pickle",
                    "moar-kuzambu",
                    "chinese-potato-masiyal",
                    "pacchadi",
                    "beans-kootu"              
                    )
  
  //Setup links  
  imgSrc=imgSrc + (ran) + '.png'
  linkSrc=linkSrc + linkArray[ran-1] + '.htm'
  
  function linkIt()
  {
    window.open(linkSrc);
  }  
  
  function textIt()
  {
    document.body.style.backgroundColor='660000'
    document.body.style.color='f7fad6'
    document.body.style.textAlign="center"  
    document.write("<br>") 
    document.write(textArray[ran-1]) 
  }      
</script>
<body>
<br>   
<a href="#" onclick="linkIt();return false">    
<img id="recipeDay" width=200 height=160 /> </a>  
<script>
  textIt()
  var recipeImg = document.getElementById("recipeDay");
  recipeImg.src = imgSrc;  
</script>  
</body>  

]]></Content>
</Module>

