<?xml version="1.0" encoding="UTF-8" ?>
 <Module>
  
<ModulePrefs title="Golf Hole of the Day"
             description="Picture yourself each day playing on these beautiful golf courses"
             author="Marty"
             author_location="Honolulu, HI"
             author_email="switchtonaturalgolf@gmail.com"
             height="300" width="300" 
             title_url="http://www.switchtonaturalgolf.com"
             scaling="false" scrolling="false" 
             directory_title="Golf Hole of the Day" 
             screenshot="http://www.switchtonaturalgolf.com/gadget_photos/screenshot1.jpg"
             thumbnail="http://www.switchtonaturalgolf.com/gadget_photos/thumb.jpg"
               />
  <Content type="html">




<![CDATA[ 
    
<style type="text/css">
.style1 {font-size: 12px; font-family: Arial, Helvetica, sans-serif;}
.style2 {font-size: 10px; font-family: Arial, Helvetica, sans-serif;}
A:link {font-size: 12px}
</style>

<SCRIPT LANGUAGE="JavaScript">
var msg = new Array();
var pic = new Array();
Stamp = new Date();
today = Stamp.getDate();


function writeTip() { 
document.write(msg[today])
;
}
//  End -->
</script>
  
<script language="JavaScript">
Stamp2 = new Date();
Picnum = Stamp2.getDate();


which_image_loaded = Picnum;
NUMBER_OF_IMAGES = 31;

ImageNames = new Object();
ImageNames.length = NUMBER_OF_IMAGES - 1;

for (counter = 0; counter < NUMBER_OF_IMAGES; counter++){
    file_number = counter + 1;
    filename = ("http://switchtonaturalgolf.com/gadget_photos/photo" + file_number + ".jpg");
    ImageNames[counter] = filename;
}

function changeImage(direction) {
    which_image_loaded += direction;
    if (which_image_loaded < 0)
        which_image_loaded = NUMBER_OF_IMAGES - 1;
    if (which_image_loaded == NUMBER_OF_IMAGES)
        which_image_loaded = 0;
    if (document.images)
        document.myimage.src = ImageNames[which_image_loaded];
}
</script>
  
  
</head>
<body text="#0000FF" link="#0000FF" vlink="#0000FF" alink="#0000FF">
<table width=250>


<tr><td align=left>
<a href="javascript:changeImage(-1)" class="style1"><< </a></TD>
<td align=RIGHT><a href="javascript:changeImage(1)" class="style1"> >> </a></TD>
<tr>
<td colspan=2>
<a href="http://www.switchtonaturalgolf.com" target="_blank" title="Click here to make the Switch">
<script>
document.write("<img src=http://switchtonaturalgolf.com/gadget_photos/photo" + today + ".jpg width=250 name=myimage border=1>");
</script>
</a>
</td>
</tr>


<br>
</td></tr>
<tr>
<td align=Left colspan=2 class="style2">
<a href="http://www.switchtonaturalgolf.com" target="_blank" class="style1" >Lower your handicap today !</b></a>
</td></tr>

<tr>
<td class="style2" colspan=2>Photos are copyright SwitchtoNaturalGolf.com</td></tr>
</table>
</body>
</html>

  ]]> 
  </Content>
</Module>





























