<HTML>
<HEAD>
   <TITLE>AcuteApplets - www.AcuteApplets.com</TITLE>
</HEAD>

<BODY BGCOLOR="#f5f5f5" TEXT="black">

   <!-- Applet from www.AcuteApplets.com -->
   <!-- Copy the AcuteScroller.class and AcuteScroller.jar 
        files to the same directory as the HTML file. -->
   <APPLET code="AcuteScroller.class" archive="AcuteScroller.jar"
           align="left" width="144" height="144">

      <!-- The message that will be displayed in the applet. -->
      <PARAM name="Message" value="
         <p>
         <header>Fire Roasted Chicken</header>
         Fresh, tender chickens delicately seasoned and
         slowly roasted.</p>
         <p>
         <header>California Spinach Salad</header>
         Spinach salad with bacon and egg, topped with
         warm bacon dressing and parm.</p>
         <p>
         <header>Grilled Sizzling Fajitas</header>
         Grilled strips of steak or seasoned chicken on
         a bed of onions and bell peppers.</p>
         <p>
         <header>Santa Fe Pizza</header>Grilled chicken,
         grilled peppers, red onions, tomatoes, salsa,
         Monterey Jack cheese and parm.</p>
         ">

      <!-- The definition of all styles used by the message. -->
      <PARAM name="Style" value="
         <default
            Text-Size='10'
            Background-Image=
               'agfx/GrillBG.gif'
            Foreground-Image=
               'agfx/GrillFG.gif'
            Border-Color='666666'
            Border-Type='full'
            Border-Width='2'
            Align='center'>
         <header
            Text-Size='11'
            Text-Color='804040'>
         </header
            Line-Break='true'>
         <p
            Section-Header='true'
            Scroll-Pause='4000'
            Scroll-Speed='5'
            Padding-Top='25'
            Padding-Bottom='5'
            Image='agfx/Spatula.gif'
            Image-Align='center'>
         ">

      <!-- The following parameters are used to format the applet
           area while images and input files are loaded. (Optional).-->
      <PARAM name="Loading-Text" value="Loading images...">
      <PARAM name="Loading-Text-Color" value="333333">
      <PARAM name="Loading-Background-Color" value="f8f8f8">

      <!-- When you register AcuteApplets you will get Domain-Keys 
           that removes the intro nag-screen. -->
      <PARAM name="Domain-Keys" value="16273, 13988">

   </APPLET>

</BODY>
</HTML>