Engagement Rings, Engagment Ring, Engagement Ring Settings, Designer Jewelry, Diamond Engagement Rings, Diamond Engagement, Diamond Engagement Ring
Diamond Eternity Band, Diamond Anniversary Ring, Diamond Fashion Pendants
  REGISTER  |    MY ACCOUNT  |    SHOPPING CART
  SEARCH      
Advance Search RINGS     PENDANTS     EARRINGS     ACCESSORIES  






























Diamond Rings

  Engagement Rings
  Eternity Band
  Anniversary Rings
  Fashion Rings
  Solitaire Rings
  Champagne Rings
  Cluster Rings
  Color Stone Rings
  Mens Rings
  Pressure Setting Rings
  Silver Gold Rings
  Three Stone Rings


Diamond Pendants

  Color Stone Pendants
  Fashion Pendants
  Solitaire Pendants
  Alphabets Pendants
  Champagne Pendants
  Cluster Pendants
  Cross Pendant
  Daily Wear Pendants
  Dangling Pendants
  Heart Pendants
  Pressure Setting Pendants
  Religious Pendants
  Silver Gold Pendants
  Three Stone Pendants


Diamond Earrings

  Color Stone Earrings
  Fashion Earrings
  Solitaire Earrings
  Balis Earrings
  Champagne Earrings
  Chandelier Earrings
  Cluster Earrings
  Cross Earrings
  Daily Wear Earrings
  Diamond Hoops
  Heart Earrings
  Pressure Earrings
  Silver Gold Earrings
  Studs Earrings


Accessories

  Leather Products
 More Products
Bestselling Products
Clearance_Sale
Deal_of_the_day
Special Offers
Search by Price
Welcome, Please Sign In
New Customer Returning Customer
I am a new customer.

By creating an account at you will be able to shop faster, be up to date on an orders status, and keep track of the orders you have previously made.</td> </tr> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td> </tr> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td width="10"><img src="images/pixel_trans.gif" border="0" alt="" width="10" height="1"></td> <td align="right"><a href="http://www.eapril.com/create_account.php"><img src="includes/languages/english/images/buttons/button_continue.gif" border="0" alt="Continue" title=" Continue " width="157" height="36"></a></td> <td width="10"><img src="images/pixel_trans.gif" border="0" alt="" width="10" height="1"></td> </tr> </table></td> </tr> </table></td> </tr> </table></td> <td width="50%" height="100%" valign="top"><table border="0" width="100%" height="100%" cellspacing="1" cellpadding="2" class="infoBox"> <tr class="infoBoxContents"> <td><table border="0" width="100%" height="100%" cellspacing="0" cellpadding="2"> <tr> <td colspan="2"><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td> </tr> <tr> <td class="main" colspan="2">I am a returning customer.</td> </tr> <tr> <td colspan="2"><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td> </tr> <tr> <td class="main"><b>E-Mail Address:</b></td> <td class="main"><input type="text" name="email_address"></td> </tr> <tr> <td class="main"><b>Password:</b></td> <td class="main"><input type="password" name="password" maxlength="40"></td> </tr> <tr> <td colspan="2"><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td> </tr> <tr> <td class="smallText" colspan="2"><a href="http://www.eapril.com/password_forgotten.php">Password forgotten? Click here.</a></td> </tr> <tr> <td colspan="2"><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td> </tr> <tr> <td colspan="2"><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td width="10"><img src="images/pixel_trans.gif" border="0" alt="" width="10" height="1"></td> <td align="right"><input type="image" src="includes/languages/english/images/buttons/button_login.gif" border="0" valign="bottom" alt="Sign In" title=" Sign In "></td> <td width="10"><img src="images/pixel_trans.gif" border="0" alt="" width="10" height="1"></td> </tr> </table></td> </tr> </table></td> </tr> </table></td> </tr> </table></td> </tr> </table></form></td> <!-- body_text_eof // <td width="90" valign="top"><table border="0" width="90" cellspacing="0" cellpadding="2"> <!-- right_navigation // <!-- right_navigation_eof // </table></td>--> </tr> </table> <!-- body_eof //--> <!-- footer //--> <script language="javascript"><!-- function popupWindow(url) { window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,left=150') } function popupWindow2(url) { window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=600,height=525,screenX=150,screenY=150,top=150,left=150') } //--></script> <table cellspacing="0" cellpadding="0" border="0" width="780" bgcolor="#ffffff" align="center"> <tr><td width="100%" bgcolor="#808284" height="1"></td></tr> <tr> <td> <table cellspacing="0" cellpadding="0" border="0" width="770"> <tr> <td width="340" bgcolor="#ffffff"> <table cellspacing="0" border="0" cellpadding="0" width="100%"> <tr> <td> <!-- subscribers //--> <tr> <td> <script language="JavaScript1.2" type="text/javascript"> function verify(form) { var passed = false; var blnRetval, intAtSign, intDot, intComma, intSpace, intLastDot, intDomain, intStrLen; if (form.Email){ intAtSign=form.Email.value.indexOf("@"); intDot=form.Email.value.indexOf(".",intAtSign); intComma=form.Email.value.indexOf(","); intSpace=form.Email.value.indexOf(" "); intLastDot=form.Email.value.lastIndexOf("."); intDomain=intDot-intAtSign; intStrLen=form.Email.value.length; // *** CHECK FOR BLANK EMAIL VALUE if (form.Email.value == "" ) { alert("You have not entered an email address."); form.Email.focus(); passed = false; } // **** CHECK FOR THE @ SIGN? else if (intAtSign == -1) { alert("Your email address is missing the \"@\"."); form.Email.focus(); passed = false; } // **** Check for commas **** else if (intComma != -1) { alert("Email address cannot contain a comma."); form.Email.focus(); passed = false; } // **** Check for a space **** else if (intSpace != -1) { alert("Email address cannot contain spaces."); form.Email.focus(); passed = false; } // **** Check for char between the @ and dot, chars between dots, and at least 1 char after the last dot **** else if ((intDot <= 2) || (intDomain <= 1) || (intStrLen-(intLastDot+1) < 2)) { alert("Please enter a valid Email address.\n" + form.Email.value + " is invalid."); form.Email.focus(); passed = false; } else { passed = true; } } else { passed = true; } return passed; } //--> function script123() { if (document.newsletter.Email.value =="Please Enter Your Email Address") { document.newsletter.Email.value = "" } } </script> <table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents"> <tr> <td><img src="images/space.gif" border="0" alt="" width="100%" height="1"></td> </tr> <tr> <td align="left" class="boxText"><img src="images/header_subscribe_left.gif" border="0"><br><br><form name="newsletter" action="http://www.eapril.com/newsletters_subscribe.php" method="post" onSubmit="return verify(this);"><input type="text" name="Email" value="Please Enter Your Email Address" checked size="30" maxlength="35" onFocus="script123();"><input type="submit" name="Submit" value="go"><a href="http://www.eapril.com/newsletters.php"></form></td> </tr> <tr> <td><img src="images/space.gif" border="0" alt="" width="100%" height="1"></td> </tr> </table> </td> </tr> </table> </td> </tr> <!-- subscribers_eof //--> </td> </tr> </table> </td> <td width="1" bgcolor="#808284"></td> <td width="147" bgcolor="#ffffff" valign="top"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr><td height="5"></td></tr> <tr><td class="footertext"> <a href="account_history.php" class="footertext">ORDER STATUS</a></td></tr> <tr><td height="5"></td></tr> <tr><td class="footertext"> <a href="shipping.php" class="footertext">SHIPPING</a></td></tr> <tr><td height="5"></td></tr> <tr><td class="footertext"> <a href="returns.php" class="footertext">RETURNS</a></td></tr> <tr><td height="5"></td></tr> <tr><td height="5"></td></tr> <tr><td class="footertext"> <a href="Diamond-Rings-Diamond-Engagement-Rings-Eternity-Bands-Silver-Gold-Jewelry-Fashion-Jewelry-Wedding-Bands-Solitaire-Rings-Fine-jewelry-at-eapril-com.htm" class="footertext">SITEMAP </a></td></tr> <tr><td height="5"></td></tr> </table> </td> <td width="1" bgcolor="#808284"></td> <td width="147" bgcolor="#ffffff" valign="top"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr><td height="5"></td></tr> <tr><td class="footertext"> <a href="aboutus.php" class="footertext">COMPANY PROFILE</a></td></tr> <tr><td height="5"></td></tr> <tr><td class="footertext"> <a href="contact_us.php" class="footertext">CONTACT US</a></td></tr> <tr><td height="5"></td></tr> <tr><td class="footertext"> <a href="whyeapril.php" class="footertext">WHY SHOP AT EAPRIL</a></td></tr> <tr><td height="5"></td></tr> <tr><td height="5"></td></tr> </table> </td> <td width="1" bgcolor="#808284"></td> <td width="147" bgcolor="#ffffff" valign="top"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr><td height="5"></td></tr> <tr><td class="footertext"> <a href="30days.php" class="footertext">30 - DAYS GUARANTEE</a></td></tr> <tr><td height="5"></td></tr> <tr><td class="footertext"> <a href="terms.php" class="footertext">TERMS & CONDITIONS</a></td></tr> <tr><td height="5"></td></tr> <tr><td class="footertext"> <a href="privacy.php" class="footertext">PRIVACY POLICY</a></td></tr> <tr><td height="5"></td></tr> <tr><td class="footertext"> <a href="secured_shopping1.php" class="footertext">SECURED SHOPPING</a></td></tr> <tr><td height="5"></td></tr> </table> </td> </tr> <table width="780" border="0" cellpadding="0" cellspacing="0" bgcolor='#E9E9E9' align="center"> <tr> <td valign="top" bgcolor="#FFFFFF" align="center"><div align="center" class="footertext"> <div align="justify"><font face="Geneva, Arial, Helvetica, san-serif"><B><U> <a href="find-your-jewelry-with-easy-navigation.php" class="footertext">FIND WITH EASY NAVIGATION</a> </B></U> <p class=MsoNormal><span style='font-size:9.0pt;font-family:Arial;color:#09308B'><a href="http://www.eapril.com/diamond-rings-c-95.html"><b><span style='mso-ansi-font-size: 9.0pt;mso-bidi-font-size:9.0pt;color:orange;text-decoration:none;text-underline: none'>Diamond Rings:</span></b></a> <a href="http://www.eapril.com/diamond-rings-engagement-rings-c-95_44.html"><span style='font-size:8.5pt;font-family:Tahoma;color:#3366CC;text-decoration:none; text-underline:none'>Engagement Rings</span></a>,  <a href="http://www.eapril.com/diamond-rings-eternity-band-c-95_58.html"><span style='font-size:8.5pt;font-family:Tahoma;color:#3366CC;text-decoration:none; text-underline:none'>Eternity Band</span></a>,  <a href="http://www.eapril.com/diamond-rings-anniversary-rings-c-95_39.html"><span style='font-size:8.5pt;font-family:Tahoma;color:#3366CC;text-decoration:none; text-underline:none'>Anniversary Rings</span></a>,  <a href="http://www.eapril.com/diamond-rings-fashion-rings-c-95_45.html"><span style='font-size:8.5pt;font-family:Tahoma;color:#3366CC;text-decoration:none; text-underline:none'>Fashion Rings</span></a>,  <a href="http://www.eapril.com/diamond-rings-solitaire-rings-c-95_48.html"><span style='font-size:8.5pt;font-family:Tahoma;color:#3366CC;text-decoration:none; text-underline:none'>Solitaire Rings</span></a>, <a href="http://www.eapril.com/diamond-rings-champagne-rings-c-95_78.html"><span style='font-size:8.5pt;font-family:Tahoma;color:#3366CC;text-decoration:none; text-underline:none'>Champagne Rings</span></a>,  <a href="http://www.eapril.com/diamond-rings-cluster-rings-c-95_41.html"><span style='font-size:8.5pt;font-family:Tahoma;color:#3366CC;text-decoration:none; text-underline:none'>Cluster Rings</span></a>,  <a href="http://www.eapril.com/diamond-rings-color-stone-rings-c-95_42.html"><span style='font-size:8.5pt;font-family:Tahoma;color:#3366CC;text-decoration:none; text-underline:none'>Color Stone Rings</span></a>,  <a href="http://www.eapril.com/diamond-rings-mens-rings-c-95_47.html"><span style='font-size:8.5pt;font-family:Tahoma;color:#3366CC;text-decoration:none; text-underline:none'>Mens Rings</span></a>,  <a href="http://www.eapril.com/diamond-rings-pressure-setting-rings-c-95_60.html"><span style='font-size:8.5pt;font-family:Tahoma;color:#3366CC;text-decoration:none; text-underline:none'>Pressure Setting Rings</span></a>,  <a href="http://www.eapril.com/diamond-rings-silver-gold-rings-c-95_99.html"><span style='font-size:8.5pt;font-family:Tahoma;color:#3366CC;text-decoration:none; text-underline:none'>Silver Gold Rings</span></a>,  <a href="http://www.eapril.com/diamond-rings-three-stone-rings-c-95_49.html"><span style='font-size:8.5pt;font-family:Tahoma;color:#3366CC;text-decoration:none; text-underline:none'>Three Stone Rings</span></a><br> <a href="http://www.eapril.com/diamond-pendants-c-26.html"><b><span style='mso-ansi-font-size:9.0pt;mso-bidi-font-size:9.0pt;color:orange; text-decoration:none;text-underline:none'>Diamond Pendants</span></b></a>:   <a href="http://www.eapril.com/diamond-pendants-color-stone-pendants-c-26_51.html"><span style='font-size:8.5pt;font-family:Tahoma;color:#3366CC;text-decoration:none; text-underline:none'>Color Stone Pendants</span></a>,  <a href="http://www.eapril.com/diamond-pendants-fashion-pendants-c-26_52.html"><span style='font-size:8.5pt;font-family:Tahoma;color:#3366CC;text-decoration:none; text-underline:none'>Fashion Pendants</span></a>,  <a href="http://www.eapril.com/diamond-pendants-solitaire-pendants-c-26_55.html"><span style='font-size:8.5pt;font-family:Tahoma;color:#3366CC;text-decoration:none; text-underline:none'>Solitaire Pendants</span></a>,  <a href="http://www.eapril.com/diamond-pendants-alphabets-pendants-c-26_93.html"><span style='font-size:8.5pt;font-family:Tahoma;color:#3366CC;text-decoration:none; text-underline:none'>Alphabets Pendants</span></a>,  <a href="http://www.eapril.com/diamond-pendants-champagne-pendants-c-26_64.html"><span style='font-size:8.5pt;font-family:Tahoma;color:#3366CC;text-decoration:none; text-underline:none'>Champagne Pendants</span></a>,  <a href="http://www.eapril.com/diamond-pendants-cluster-pendants-c-26_85.html"><span style='font-size:8.5pt;font-family:Tahoma;color:#3366CC;text-decoration:none; text-underline:none'>Cluster Pendants</span></a>,  <a href="http://www.eapril.com/diamond-pendants-cross-pendant-c-26_65.html"><span style='font-size:8.5pt;font-family:Tahoma;color:#3366CC;text-decoration:none; text-underline:none'>Cross Pendant</span></a>,  <a href="http://www.eapril.com/diamond-pendants-daily-wear-pendants-c-26_62.html"><span style='font-size:8.5pt;font-family:Tahoma;color:#3366CC;text-decoration:none; text-underline:none'>Daily Wear Pendants</span></a>,  <a href="http://www.eapril.com/diamond-pendants-dangling-pendants-c-26_90.html"><span style='font-size:8.5pt;font-family:Tahoma;color:#3366CC;text-decoration:none; text-underline:none'>Dangling Pendants</span></a>,  <a href="http://www.eapril.com/diamond-pendants-heart-pendants-c-26_86.html"><span style='font-size:8.5pt;font-family:Tahoma;color:#3366CC;text-decoration:none; text-underline:none'>Heart Pendants</span></a>,  <a href="http://www.eapril.com/diamond-pendants-pressure-setting-pendants-c-26_53.html"><span style='font-size:8.5pt;font-family:Tahoma;color:#3366CC;text-decoration:none; text-underline:none'>Pressure Setting Pendants</span></a>,  <a href="http://www.eapril.com/diamond-pendants-religious-pendants-c-26_63.html"><span style='font-size:8.5pt;font-family:Tahoma;color:#3366CC;text-decoration:none; text-underline:none'>Religious Pendants</span></a>,  <a href="http://www.eapril.com/diamond-pendants-silver-gold-pendants-c-26_100.html"><span style='font-size:8.5pt;font-family:Tahoma;color:#3366CC;text-decoration:none; text-underline:none'>Silver Gold Pendants</span></a>,  <a href="http://www.eapril.com/diamond-pendants-three-stone-pendants-c-26_54.html"><span style='font-size:8.5pt;font-family:Tahoma;color:#3366CC;text-decoration:none; text-underline:none'>Three Stone Pendants</span></a><br> <a href="http://www.eapril.com/diamond-earrings-c-27.html"><b><span style='mso-ansi-font-size:9.0pt;mso-bidi-font-size:9.0pt;color:orange; text-decoration:none;text-underline:none'>Diamond Earrings:</span></b></a>   <a href="http://www.eapril.com/diamond-earrings-color-stone-earrings-c-27_56.html"><span style='font-size:8.5pt;font-family:Tahoma;color:#3366CC;text-decoration:none; text-underline:none'>Color Stone Earrings</span></a>,  <a href="http://www.eapril.com/diamond-earrings-fashion-earrings-c-27_67.html"><span style='font-size:8.5pt;font-family:Tahoma;color:#3366CC;text-decoration:none; text-underline:none'>Fashion Earrings</span></a>,  <a href="http://www.eapril.com/diamond-earrings-solitaire-earrings-c-27_66.html"><span style='font-size:8.5pt;font-family:Tahoma;color:#3366CC;text-decoration:none; text-underline:none'>Solitaire Earrings</span></a>,  <a href="http://www.eapril.com/diamond-earrings-balis-earrings-c-27_89.html"><span style='font-size:8.5pt;font-family:Tahoma;color:#3366CC;text-decoration:none; text-underline:none'>Balis Earrings</span></a>,  <a href="http://www.eapril.com/diamond-earrings-champagne-earrings-c-27_92.html"><span style='font-size:8.5pt;font-family:Tahoma;color:#3366CC;text-decoration:none; text-underline:none'>Champagne Earrings</span></a>,  <a href="http://www.eapril.com/diamond-earrings-chandelier-earrings-c-27_68.html"><span style='font-size:8.5pt;font-family:Tahoma;color:#3366CC;text-decoration:none; text-underline:none'>Chandelier Earrings</span></a>,  <a href="http://www.eapril.com/diamond-earrings-cluster-earrings-c-27_69.html"><span style='font-size:8.5pt;font-family:Tahoma;color:#3366CC;text-decoration:none; text-underline:none'>Cluster Earrings</span></a>,  <a href="http://www.eapril.com/diamond-earrings-cross-earrings-c-27_94.html"><span style='font-size:8.5pt;font-family:Tahoma;color:#3366CC;text-decoration:none; text-underline:none'>Cross Earrings</span></a>,  <a href="http://www.eapril.com/diamond-earrings-daily-wear-earrings-c-27_57.html"><span style='font-size:8.5pt;font-family:Tahoma;color:#3366CC;text-decoration:none; text-underline:none'>Daily Wear Earrings</span></a>,  <a href="http://www.eapril.com/diamond-earrings-diamond-hoops-c-27_70.html"><span style='font-size:8.5pt;font-family:Tahoma;color:#3366CC;text-decoration:none; text-underline:none'>Diamond Hoops</span></a>,  <a href="http://www.eapril.com/diamond-earrings-heart-earrings-c-27_91.html"><span style='font-size:8.5pt;font-family:Tahoma;color:#3366CC;text-decoration:none; text-underline:none'>Heart Earrings</span></a>,  <a href="http://www.eapril.com/diamond-earrings-pressure-earrings-c-27_71.html"><span style='font-size:8.5pt;font-family:Tahoma;color:#3366CC;text-decoration:none; text-underline:none'>Pressure Earrings</span></a>,  <a href="http://www.eapril.com/diamond-earrings-silver-gold-earrings-c-27_101.html"><span style='font-size:8.5pt;font-family:Tahoma;color:#3366CC;text-decoration:none; text-underline:none'>Silver Gold Earrings</span></a>,  <a href="http://www.eapril.com/diamond-earrings-studs-earrings-c-27_72.html"><span style='font-size:8.5pt;font-family:Tahoma;color:#3366CC;text-decoration:none; text-underline:none'>Studs Earrings</span></a>,<br> <a href="http://www.eapril.com/accessories-c-28.html"><b><span style='mso-ansi-font-size:9.0pt;mso-bidi-font-size:9.0pt;color:orange; text-decoration:none;text-underline:none'>Accessories:</span></b></a>   <a href="http://www.eapril.com/accessories-leather-products-c-28_61.html"><span style='font-size:8.5pt;font-family:Tahoma;color:#3366CC;text-decoration:none; text-underline:none'>Leather Products</span></a><o:p></o:p></span></p> <p class=MsoNormal><span style='font-size:9.0pt;font-family:Arial;color:#09308B'><a href="http://www.eapril.com/bestselling_products.php"><span style='font-size: 8.5pt'>Bestselling Products</span></a>, <a href="http://www.eapril.com/index.php?cPath=74"><span style='font-size:8.5pt'>Clearance_Sale</span></a>, <a href="http://www.eapril.com/index.php?cPath=75"><span style='font-size:8.5pt'>Deal_of_the_day</span></a>, <a href="http://www.eapril.com/specials_new.php"><span style='font-size:8.5pt'>Special Offers</span></a></span></p> </font></div> </div></td> </tr> </table> <table width="200" height="90" border="0" cellpadding="0" cellspacing="0" bgcolor='#E9E9E9' valign="center" align="left"> <tr> <td> </tr> </td> </table> <table width="570" border="0" cellpadding="0" cellspacing="0" bgcolor='#E9E9E9' valign="center" align="center"> <tr> <td width="770" bgcolor="#ffffff" colspan="7" valign="center" align="right" border="1"> <a href="javascript:popupWindow2('http://www.verisign.com')"><img src="images/verisign.jpg" border="0"></a> <a href="javascript:popupWindow2('http://www.ups.com')"><img src="images/ups.jpg" border="0"></a> <a href="javascript:popupWindow2('http://www.fedex.com')"><img src="images/fedex.jpg" border="0"></a> <a href="javascript:popupWindow2('http://www.indiapost.gov.in/')"><img src="images/speedpost.jpg" border="0"></a> <a href="javascript:popupWindow2('http://www.paypal.com/')"><img src="images/paypal.jpg" border="0"></a> <a href="javascript:popupWindow2('http://www.gia.edu/')"><img src="images/GIA.jpg" border="0"></a> </td> </tr> </td> </tr> </table> <table cellspacing="0" cellpadding="0" border="0" width="780" bgcolor="#ffffff" align="center"><tr><td align="center"><br><font face="verdana" size=1>Copyright ©2003-2007, Eapril.com, All rights reserved.</td><br><td align="center"><br><font face="verdana" size=1><font face="verdana" size=1> </td></tr></table></table> <br> <!-- ROR LINK BEGIN --> <table cellspacing="0" cellpadding="0" border="0" width="780" bgcolor="#ffffff" align="center"><tr><td align="center"> <a href="final.xml"><img src="images/rorinfo.gif" width="80" height="15" border="0" alt="ROR Info"/></a> <!-- ROR LINK END --></td></tr></table></table> <table cellspacing="0" cellpadding="0" border="0" width="780" bgcolor="#ffffff" align="center"><tr><td align="center"><br><font face="verdana" size=1> <!-- Start of StatCounter Code --> <script type="text/javascript" language="javascript"> var sc_project=982725; var sc_invisible=1; var sc_partition=9; var sc_security="ede486b2"; </script> <script type="text/javascript" language="javascript"src="http://www.statcounter.com/counter/counter.js"></script> <noscript><a href="http://www.statcounter.com/" target="_blank"><img src="http://c10.statcounter.com/counter.php?sc_project=982725&java=0&security=ede486b2&invisible=1"alt="web hit counter" border="0"></a> </noscript> <!-- End of StatCounter Code --> </td></tr></table> <!-- footer_eof //--> </body> </html>