<html>
<head>
<link REL="SHORTCUT ICON" HREF="http://www.fordcricket.org/favicon.ico">
<title>Ford Cricket League</title>

<%@ Page Language="VB" %>
<%@ Register TagPrefix="uc" TagName="Logo" Src="controls\logo.ascx" %>
<%@ Register TagPrefix="uc" TagName="Header" Src="controls\header.ascx" %>
<%@ Register TagPrefix="uc" TagName="Footer" Src="controls\footer.ascx" %>
<%@ Register TagPrefix="uc" TagName="Results" Src="controls\results.ascx" %>
<%@ Register TagPrefix="uc" TagName="NRR" Src="controls\nrr.ascx" %>
<%@ Register TagPrefix="uc" TagName="Weather" Src="controls\weather.ascx" %>
<%@ Register TagPrefix="uc" TagName="Sponsors" Src="controls\sponsors.ascx" %>

<link href="styles/styles.css" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" type="text/css" href="styles/csshorizontalmenu.css" />

<script language="JavaScript1.2">

/***********************************************

* CSS Horizontal List Menu- by JavaScript Kit (www.javascriptkit.com)
* Menu interface credits: http://www.dynamicdrive.com/style/csslibrary/item/glossy-vertical-menu/
* This notice must stay intact for usage
* Visit JavaScript Kit at http://www.javascriptkit.com/ for this script and 100s more

***********************************************/

</script>


<script type="text/javascript" src="scripts/csshorizontalmenu.js"></script>

<STYLE TYPE="text/css">

li{
  list-style-type: square;
}

</STYLE>

</head>
<body>

<table width="975" align="center" bgcolor="white" border="0">
  <tr height="90">
    <td valign="middle">
        <!-- Include Logo Control -->
        <uc:Logo id="Logo1" runat="server"/>
    </td>
  </tr>
</table>

<center>
<div style="background-color:white;width:975px;">

  <div>
    <!-- Include Header Control -->
    <uc:Header id="Header1" runat="server"/>
  </div>
  <div>
    <table border="0" width="100%" bgcolor="">
      <tr>
           <td align="center">
               <font color="#000000" style="font:18x Tahoma;font-weight:bold;background: #FFFF33;">
               <marquee>
               Welcome to FCL 2009 !!! 
               &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
               &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
               &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
               Stay tuned for more news.</marquee></font>
           </td>
<!--
         <td>
           <table width="100%" border="0" bgcolor="">
             <tr>

             </tr>
             <tr>
               <td align="center">
               </td>
             </tr>
             <tr>
               <td valign="top" height="5">
               </td>
             </tr>
               <td valign="top" align="center">
                 NRR 
               </td>
             </tr>
             </tr>
               <td valign="top" align="center">
               </td>
             </tr>
             <tr>
               <td valign="top" height="5">                 
               </td>
             </tr>
             <tr>
               <td valign="top" align="center">
                  Results
               </td>
             </tr>
           </table>
        </td>
         <td bgcolor="#FFFFFF" width="16%" align="center" valign="top">
            SPONSORS 
        </td>
        -->
      </tr>
    </table>
 

  <div style="height:50px"></div>

  <div style="width:975px;height450px;">
    <div style="width:25px;float:left;"></div>
    <div style="width:300px;float:left;text-align:left">
        <font color="#000033" style="font: 11x Tahoma;">
          <b><U><font color="#990000">Game Checklist</font></U></b>
          <OL>
            <LI>Flags are available.
            <LI>Wickets are available.
            <LI>Permits - Primary responsible is Home team but FCL recommends both playing captains keep a copy with you all the times (Doesn't matter you play on the particular ground or not).
            <LI>FCL Official Score Cards, Team Declaration Form.
            <LI>Carry measuring tape (for between wickets and boundary's).
            <LI>T-Balls (New One's) Plus spare ones.
            <LI>Emergency Medical Kit (eg.Bandaids, Pain Medication, Sprain Medication etc)
            <LI>Set up the ground at least 5mins before the game start.
          </OL>
        </font>
    </div>
    <div style="width:20px;float:left;"></div>
    <div style="width:300px;float:left;text-align:left;">
        <font color="#000033" style="font: 11x Tahoma;">
        <b><U><font color="#990000">iTalk Toastmasters</font></U></b>
        <br><br>
        <font color="#000033" style="font: 11x Tahoma;">
        iTalk Toastmasters helps its members learn the art of speaking, listening and
        thinking - vital skills that promote self-actualization, enhance leadership potential
        and foster human understanding.
        <br><br>Click <A HREF="images/iTALK_TOASTMASTERS.pdf" target="_blank">here</A> for more information on <u>TOASTMASTERS @ITEK</u>.
      </font>
    </div>
    <div style="width:18px;float:left;"></div>
    <div style="width:300px;float:left;text-align:left">
       <b><U><font color="#990000">Today's Weather</font></U></b><br><br>
         <uc:weather id="weather1" runat="server"/>
    </div>
    <div style="width:5px;float:left;"></div>
  </div>

<!--   <div> FOOTER </div> -->

</div>
</center>

</body>
</html>
