function getValue (out) 
{
   var strend = document.cookie.indexOf (";", out);
   if (strend == -1)
   strend = document.cookie.length;
   return unescape(document.cookie.substring(out, strend));
}
function GetCookie (name)
{
   var arg = name + "=";
   var alen = arg.length;
   var clen = document.cookie.length;
   var i = 0;
   while (i < clen) {
   var j = i + alen;
   if (document.cookie.substring(i, j) == arg)
   return getValue (j);
   i = document.cookie.indexOf(" ", i) + 1;
   if (i == 0) break; 
   }
   return null;
 }  

document.write('\
   <table width="160" border="1" cellspacing="1" cellpadding="1" bordercolor="#88c0ff" bordercolordark="#88c0ff" bordercolorlight="#000088">\
    <tr align="center">\
     <td bgcolor="#000099" height="25">\
	  <font color="#FFFFFF" size="2" face="arial"><b>Our Services</b></font>\
     </td>\
    </tr>\
    <tr align="center">\
     <td>\
');

if (GetCookie("Cookie2") != null) {
    document.write('\
	 <font color="#000088" face="Verdana" size="2"><B>Hello ' + GetCookie("Cookie2") + '!</font>\
	 <br>\
    ');
}
else {
    document.write('\
	');
}

document.write('\
	 </td>\
	</tr>\
\
<!-- YellowPages -->\
   <tr align="center">\
     <td height="44">\
      <table border="0" cellpadding="0" cellspacing="0" width="100%">\
       <tr align="left">\
        <td width="50"><a href="http://www.eastwestdirectory.com/phpYellow/index.php">\
         <img src="http://www.eastwestdirectory.com/images/yellowPgs1.gif" border="0" width="45" height="45"></a></td>\
        <td><a href="http://www.eastwestdirectory.com/phpYellow/index.php">\
         <font face="Arial" size="2" color="#880000"><b>EastWestDirectory</b></font><br><font face="Arial" size="1" color="#000088">Business Listing</font></a>\
        </td>\
       </tr>\
      </table>\
     </td>\
    </tr>\
\
<!-- Astrology -->\
    <tr align="center">\
     <td height="44">\
      <table border="0" cellpadding="0" cellspacing="0" width="100%">\
       <tr align="left">\
        <td width="50"><a href="http://www.eastwestdirectory.com/Astro/daily_summary.php">\
	     <img src="http://www.eastwestdirectory.com/Astrology/images/Astrology.jpg" border="0" width="50" height="50"></a></td>\
        <td><a href="http://www.eastwestdirectory.com/Astro/daily_summary.php"><font face="Arial" size="2" color="#880000"><b>Astrology</b></font><br><font face="Arial" size="1" color="#000088">Predictions</font></a>\
		</td>\
       </tr>\
      </table>\
     </td>\
    </tr>\
\
<!-- GREETINGS -->\
    <tr align="center">\
     <td height="44">\
      <table border="0" cellpadding="0" cellspacing="0" width="100%">\
       <tr align="left">\
        <td width="50"><a href="http://www.eastwestdirectory.com/cgi-bin/ecards/index.cgi">\
         <img src="http://www.eastwestdirectory.com/Astrology/images/ecards.gif" border="0" width="50" height="50"></a></td>\
        <td><a href="http://www.eastwestdirectory.com/cgi-bin/ecards/index.cgi">\
         <font face="Arial" size="2" color="#880000"><b>E-Cards</b></font><br><font face="Arial" size="1" color="#000088">Greeting Cards</font></a>\
        </td>\
       </tr>\
      </table>\
     </td>\
    </tr>\
\
<!-- CLASSIFIED -->\
    <tr align="center">\
     <td height="44">\
      <table border="0" cellpadding="0" cellspacing="0" width="100%">\
       <tr align="left">\
        <td width="50"><a href="http://www.eastwestdirectory.com/classifieds/index.php">\
         <img src="http://www.eastwestdirectory.com/Astrology/images/classified.gif" border="0" width="50" height="50"></a></td>\
        <td><a href="http://www.eastwestdirectory.com/classifieds/index.php">\
         <font face="Arial" size="2" color="#880000"><b>Classified Ads</b></font><br><font face="Arial" size="1" color="#000088">Car,House Rent,Sale,Jobs</font></a>\
        </td>\
       </tr>\
      </table>\
     </td>\
    </tr>\
<!-- WEATHER -->\
    <tr align="center">\
     <td height="44">\
      <table border="0" cellpadding="0" cellspacing="0" width="100%">\
       <tr align="left">\
        <td width="50"><a href="http://www.eastwestdirectory.com/cgi-bin/weather/hw3.cgi">\
         <img src="http://www.eastwestdirectory.com/Astrology/images/weather_icon.gif" border="0" width="50" height="50" ></a></td>\
        <td><a href="http://www.eastwestdirectory.com/cgi-bin/weather/hw3.cgi">\
         <font face="Arial" size="2" color="#880000"><b>Weather</b></font><br><font face="Arial" size="1" color="#000088">Around the Globe!</font></a>\
        </td>\
       </tr>\
      </table>\
     </td>\
    </tr>\
\
   </table>\
');

/* \
<!-- MATRIMONIALS -->\
    <tr align="center">\
     <td height="44">\
      <table border="0" cellpadding="0" cellspacing="0" width="100%">\
       <tr align="left">\
        <td width="50"><a href="http://eastwestdirectory.com/">\
         <img src="http://www.eastwestdirectory.com/Astrology/images/loveface2.jpg" border="0" width="50" height="50"></a></td>\
        <td><a href="http://www.eastwestdirectory.com/">\
         <font face="Arial" size="2" color="#880000"><b>Matrimonial</b></font><br><font face="Arial" size="1" color="#000088">Dating,Marriage</font></a>\
        </td>\
       </tr>\
      </table>\
     </td>\
    </tr>\
 \ */