Site hosted by Angelfire.com: Build your free website today!

This is your main content section.

Page Views: #

You should delete all of this text and replace it with text of your own. You can modify any text on your page with the Text formatting tools at the top of the page. To add other content, use the Media and Add-ons tabs. If you'd like to change your style template click on Styles. To add or remove pages use the Pages tab.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Draft//EN">
<HTML>
<HEAD>
<TITLE>Title of Web Page</TITLE>
<script language="javascript">
   <!--
   LVImages = new Array();
   LVSrcs = new Array();
   function LVSched(image, delay) {
      LVImages[LVImages.length] = image;
      LVSrcs[LVSrcs.length] = image.src;
      setInterval("LVUpdate("+(LVImages.length-1)+")", delay);
      image.onload='';
   }
   function LVUpdate(index) {
      LVImages[index].src = LVSrcs[index] + '&' + Math.random();
   }
   //-->
</script>
</HEAD>
<BODY >
<H1>Title of Web Page</H1>
Text that is going to be displayed before the VI panel image.<P>
<IMG src="/.snap?Sun%20Eqn.vi" alt="Sun Eqn" BORDER=1 onload="LVSched(this, 15000)"><P>
Text that is going to be displayed after the VI panel image.
</BODY>
</HTML>