CINXE.COM

The Hindu

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://epaper.thehindu.com:80/","20100818221220","https://web.archive.org/","web","/_static/", "1282169540"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <title>The Hindu</title> <style> <!-- Body { BACKGROUND-image: url(/web/20100818221220im_/http://epaper.thehindu.com/images/bg1.gif); margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } .txt { font-family: verdana,Arial,Helvetica,sans-serif; font-size: 12px; border:1px; border-color: #006699; border-style: solid; color: #000000 } .style1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #666666; } --> </style> <script src="/web/20100818221220js_/http://epaper.thehindu.com/login.js"></script> <script language="JavaScript"> function demo() { javascript:window.open('svww_autologin.php?email=demo@thehindu.co.in',target='_new'); } <!-- Begin function popUp(URL) { day = new Date(); id = day.getTime(); eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=760,height=512,left = 132,top = 128');"); } // End --> </script> <script language="JavaScript"> function getCookieVal (offset) { var endstr = document.cookie.indexOf (";", offset); if (endstr == -1) endstr = document.cookie.length; return unescape(document.cookie.substring(offset, endstr)); } 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 getCookieVal (j); i = document.cookie.indexOf(" ", i) + 1; if (i == 0) break; } return null; } function SetCookie (name,value,expires,path,domain,secure) { document.cookie = name + "=" + escape (value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : ""); } function DeleteCookie (name,path,domain) { if (GetCookie(name)) { document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT"; } } // --> </script> <script language="JavaScript"> var usr; var pw; var sv; function getme() { usr = document.login.email; pw = document.login.password; sv = document.login.save; if (GetCookie('email') != null) { usr.value = GetCookie('email') pw.value = GetCookie('password') if (GetCookie('save') == 'true') { sv.checked = true; } if (GetCookie('save') == 'false') { sv.unchecked = true; } } } function saveme() { if (usr.value.length != 0 && pw.value.length != 0) { if (sv.checked) { // alert("checked"); expdate = new Date(); expdate.setTime(expdate.getTime()+(365 * 24 * 60 * 60 * 1000)); SetCookie('email', usr.value, expdate); SetCookie('password', pw.value, expdate); SetCookie('save', 'true', expdate); document.login.action="svww_loginform.php"; document.login.submit(); } else { email=document.login.email.value; password=document.login.password.value; document.login.action="svww_loginform.php"; document.login.submit(); } } else { if(usr.value=="") { alert('Please enter Email Address'); return false; } if(pw.value=="") { alert('Please enter Password'); return false; } } } function checkenter(event){ if((event.keyCode)==13){saveme();} } var win=null; function aboutus(mypage,myname,w,h,scroll,pos){ if(pos=="random"){LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;} if(pos=="center"){LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;} else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=20} settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no'; win=window.open(mypage,myname,settings);} var win=null; function terms(mypage,myname,w,h,scroll,pos){ if(pos=="random"){LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;} if(pos=="center"){LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;} else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=20} settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no'; win=window.open(mypage,myname,settings);} var win=null; function feedback(mypage,myname,w,h,scroll,pos){ if(pos=="random"){LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;} if(pos=="center"){LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;} else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=20} settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no'; win=window.open(mypage,myname,settings);} var win=null; function contact(mypage,myname,w,h,scroll,pos){ if(pos=="random"){LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;} if(pos=="center"){LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;} else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=20} settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no'; win=window.open(mypage,myname,settings);} var win=null; function loginprob(mypage,myname,w,h,scroll,pos){ if(pos=="random"){LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;} if(pos=="center"){LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;} else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=20} settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no'; win=window.open(mypage,myname,settings);} var win=null; function sub_inf(mypage,myname,w,h,scroll,pos){ if(pos=="random"){LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;} if(pos=="center"){LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;} else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=20} settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no'; win=window.open(mypage,myname,settings);} </script> </head> <body onload="getme();"> <form method="post" name="login"> <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td align="center" valign="bottom"><table width="760" height="440" border="2" cellpadding="0" cellspacing="0" bordercolor="#336699"> <tr> <td background="/web/20100818221220im_/http://epaper.thehindu.com/images/lite_bg.gif"><table width="100%" height="100%" border="0" cellpadding="5" cellspacing="0"> <tr> <td width="50%" align="center"><img src="/web/20100818221220im_/http://epaper.thehindu.com/images/hindulogo.gif" width="343" height="36"/></td> <td align="center"><img src="/web/20100818221220im_/http://epaper.thehindu.com/images/digital_edition.gif" width="187" height="33"/></td> </tr> <tr> <td align="center"><img src="/web/20100818221220im_/http://epaper.thehindu.com/pdf/2010/08/19/20100819A_001101.jpg" width="260" height="345" alt="Paper Image"/></td> <td align="center"><table width="275" height="345" border="0" cellpadding="10" cellspacing="0" bgcolor="#336699"> <tr> <td valign="top"><table width="100%" border="0" cellpadding="3" cellspacing="0" bgcolor="#336699" style="font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; color:#FFFFFF"> <tr> <td height="30" colspan="2" align="center" style="font-size:13px">Registered member sign in here </td> </tr> <tr> <td width="66" align="left" style="font-size:11px">Username</td> <td width="169" align="center"><input name="email" type="text" class="txt" size="25"/></td> </tr> <tr> <td colspan="2" align="center" style="font-size:10px; font-weight:normal">(Email address with which you registered)</td> </tr> <tr> <td width="66" align="left" style="font-size:11px">Password</td> <td width="169" align="center"><input name="password" type="password" onkeyup="checkenter(event);" class="txt" size="25"/></td> </tr> <tr> <td colspan="2" align="center" style="font-size:10px"> <input type="checkbox" name="save" value="0"> Remember Username and Password <a href="#" onclick="return saveme();"><font color="#FFFFFF"></font></a></td> </tr> <tr> <td colspan="2" align="center"><a href="#" onclick="return saveme();"><img src="/web/20100818221220im_/http://epaper.thehindu.com/images/signin.gif" onmouseover="window.status='Registered Member Sign In'; return true;" onmouseout="window.status=''; return true;" border="0" width="77" height="22"/></a></td> </tr> <tr> <td height="25" colspan="2" align="center" style="font-size:11px">Forgot Password? <a href="svww_email.php"><font color="#FFFFFF">Click here</font></a></td> </tr> <tr> <td height="20" colspan="2" align="center"><img src="/web/20100818221220im_/http://epaper.thehindu.com/images/lite_bg.gif" width="200" height="1"/></td> </tr> <tr> <td height="25" colspan="2" align="center" style="font-size:13px">Unable to login? <a href="login_prob.html" onclick="loginprob(this.href,'mywin','760','440','yes','center');return false" onfocus="this.blur()"><font color="#FFFFFF">Click here</font></a></td> </tr> <tr> <td height="25" colspan="2" align="center" style="font-size:13px">New User? Register here</td> </tr> <tr> <td height="30" colspan="2" align="center"> <a href="svww_registration.php" onmouseover="window.status='New User? Register Here'; return true;" onmouseout="window.status=''; return true;"> <img src="/web/20100818221220im_/http://epaper.thehindu.com/images/signup.gif" width="77" height="22" border="0"/> </a> </td> </tr> </table></td> </tr> <tr> <td height="30" align="center" valign="top" bgcolor="588fc8"><a href="svww_autologin.php?email=demo@thehindu.co.in"><img src="/web/20100818221220im_/http://epaper.thehindu.com/images/demo.gif" alt="Demo" width="103" height="22" border="0" onfocus="this.blur();"></a></td> </tr> </table></td> </tr> <tr> <td colspan="2" align="center"><table border="0" cellspacing="0" cellpadding="3"> <tr> <td align="center"><a href="aboutus.htm" onclick="aboutus(this.href,'mywin','760','440','yes','center');return false" onfocus="this.blur()"><img src="/web/20100818221220im_/http://epaper.thehindu.com/images/login_aboutus.jpg" alt="About Us" width="67" height="20" border="0"/></a></td> <td align="center"><a href="feedback.htm" onclick="feedback(this.href,'mywin','760','440','yes','center');return false" onfocus="this.blur()"><img src="/web/20100818221220im_/http://epaper.thehindu.com/images/login_feedback.jpg" alt="Feedback" width="70" height="20" border="0"/></a></td> <td align="center"><a href="hindu_terms.htm" onclick="terms(this.href,'mywin','760','440','yes','center');return false" onfocus="this.blur()"><img src="/web/20100818221220im_/http://epaper.thehindu.com/images/login_terms.jpg" alt="Terms &amp; Conditions" width="135" height="20" border="0"/></a></td> <td align="center"><a href="contactus.htm" onclick="contact(this.href,'mywin','760','440','yes','center');return false" onfocus="this.blur()"><img src="/web/20100818221220im_/http://epaper.thehindu.com/images/login_contactus.jpg" alt="Contact Us" width="76" height="20" border="0"/></a></td> <td align="center"><a href="javascript:popUp('Quicktour/screen.html')"><img src="/web/20100818221220im_/http://epaper.thehindu.com/images/login_tour.jpg" alt="Quicktour" border="0"/></a></td> </tr> </table> <!--<div align="right" class="style1"><a href="http://ninestar.co.in/" target="_blank">powered by NINESTARS </a></div>--> </td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td height="100" align="center" valign="middle"> <a href="sub_inf.htm" onclick="sub_inf(this.href,'mywin','760','440','yes','center');return false" onfocus="this.blur()"><img src="/web/20100818221220im_/http://epaper.thehindu.com/images/slide.gif" border="0"/></a> <br> <img src="/web/20100818221220im_/http://epaper.thehindu.com/images/hr.gif" width="760" height="2"/><br/> <font face="verdana" size="1" color="#006699">All rights reserved &copy; 2006-2010 Kasturi &amp; Sons Ltd. <br/> (Site best viewed in Microsoft Internet Explorer 5.5, Netscape 7.2, Mozilla 1.7 and above in 800x600 &amp; 1024x768 resolution) <br/> <!--<a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/EN-US/ie6setup.exe"> <font color="#b01f24"><b>Click here</b></font></a> to download the latest version of Internet Explorer--></font> </td> </tr> </table> <input type="hidden" name="brw"> </form> </body> </html><!-- FILE ARCHIVED ON 22:12:20 Aug 18, 2010 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 21:12:05 Nov 27, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.453 exclusion.robots: 0.033 exclusion.robots.policy: 0.024 esindex: 0.009 cdx.remote: 72.537 LoadShardBlock: 73.168 (3) PetaboxLoader3.datanode: 107.624 (4) load_resource: 146.924 PetaboxLoader3.resolve: 97.223 -->

Pages: 1 2 3 4 5 6 7 8 9 10