Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1061 lines (957 sloc)
42 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>Wel-Come to Zee News Online</title> | |
| <style TYPE="text/css"> | |
| A.SmallLink:link, A.SmallLink:active | |
| { | |
| font : 8pt Arial; | |
| color : rgb( 0,0,0 ); | |
| background:transparent; | |
| text-decoration:none; | |
| } | |
| A.SmallLink:visited | |
| { | |
| font :8pt Arial; | |
| color : rgb( 0,0,0 ); | |
| background:transparent; | |
| text-decoration:none; | |
| } | |
| A.SmallLink:hover | |
| { | |
| font :8pt Arial; | |
| color : rgb( 255,102,0 ); | |
| background:transparent | |
| text-decoration:none; | |
| } | |
| A.NewsLink:link, A.NewsLink:active | |
| { | |
| font : 10pt Arial; | |
| color : rgb( 0,0,0 ); | |
| background:transparent; | |
| } | |
| A.NewsLink:visited | |
| { | |
| font :10pt Arial; | |
| color : rgb( 0,0,0 ); | |
| background:transparent; | |
| } | |
| A.NewsLink:hover | |
| { | |
| font :10pt Arial; | |
| color :rgb( 255,102,0 ); | |
| background:transparent | |
| } | |
| A.NewsTitleLink:link, A.NewsTitleLink:active | |
| { | |
| font :bold 10pt Arial; | |
| color:Rgb(204,102,0); | |
| background:transparent; | |
| } | |
| A.NewsTitleLink:visited | |
| { | |
| font :bold 10pt Arial; | |
| color:Rgb(204,102,0); | |
| background:transparent; | |
| } | |
| A.NewsTitleLink:hover | |
| { | |
| font :bold 10pt Arial; | |
| color:Rgb(255,102,0); | |
| background:transparent | |
| } | |
| A.SmallLinkRed:link, A.SmallLinkRed:active | |
| { | |
| font : 8pt Arial; | |
| color : rgb( 255,0,0 ); | |
| background:transparent; | |
| } | |
| A.SmallLinkRed:visited | |
| { | |
| font :8pt Arial; | |
| color : rgb( 255,0,0 ); | |
| background:transparent; | |
| } | |
| A.SmallLinkRed:hover | |
| { | |
| font :8pt Arial; | |
| color : rgb( 255,102,0 ); | |
| background:transparent | |
| } | |
| A.SmallNewsLink:link, A.SmallNewsLink:active | |
| { | |
| font : 8pt Arial; | |
| color : rgb( 0,0,0 ); | |
| background:transparent; | |
| } | |
| A.SmallNewsLink:visited | |
| { | |
| font :8pt Arial; | |
| color : rgb( 0,0,0 ); | |
| background:transparent; | |
| } | |
| A.SmallNewsLink:hover | |
| { | |
| font :8pt Arial; | |
| color : rgb( 255,102,0 ); | |
| background:transparent | |
| } | |
| P{ | |
| font :10pt Arial; | |
| text-align: justify; | |
| color:#000000; | |
| } | |
| P.Title{ | |
| font :bold 12pt Arial; | |
| text-align: left; | |
| color:Rgb(255,102,0); | |
| } | |
| H2{ | |
| font :bold 18pt Arial; | |
| text-align: left; | |
| color:Rgb(255,102,0); | |
| } | |
| P.Prleft{ | |
| font :10pt Arial; | |
| text-align: left; | |
| color:#000000; | |
| } | |
| P.NewsTitleWithoutLink{ | |
| font :bold 10pt Arial; | |
| color:Rgb(204,102,0); | |
| text-align: left; | |
| } | |
| </style> | |
| </head> | |
| <body marginwidth="0" marginheight="0" leftmargin="0" bgcolor="#FFFFFF" topmargin="0"> | |
| <html> | |
| <script LANGUAGE="JavaScript1.2"> | |
| <!-- | |
| NS4 = (document.layers); | |
| IE4 = (document.all); | |
| ver4 = (NS4 || IE4); | |
| isMac = (navigator.appVersion.indexOf("Mac") != -1); | |
| isMenu = (NS4 || (IE4 && !isMac)); | |
| function popUp(){return}; | |
| function popDown(){return}; | |
| function startIt(){return}; | |
| if (!ver4) event = null; | |
| //--> | |
| </script> | |
| <script LANGUAGE="JavaScript"> | |
| <!-- | |
| if (isMenu) { | |
| menuVersion = 3; | |
| menuWidth = 150; | |
| childOverlap =0; | |
| childOffset = 0; | |
| perCentOver = null; | |
| secondsVisible = .2; | |
| fntCol = "Rgb(204,102,0)"; | |
| fntSiz = "8"; | |
| fntBold = true; | |
| fntItal = false; | |
| fntFam = "Arial"; | |
| backCol = "#FFCC99"; | |
| overCol = "#FF6600"; | |
| overFnt = "White"; | |
| borWid = 2; | |
| borCol = "FF6600"; | |
| borSty = "solid"; | |
| itemPad = 3; | |
| imgSrc = "tri.gif"; | |
| imgSiz = 10; | |
| separator = 1; | |
| separatorCol = "#FF6600"; | |
| isFrames = false; | |
| navFrLoc = "left"; | |
| mainFrName = "main"; | |
| keepHilite = true; | |
| NSfontOver = true; | |
| clickStart = false; | |
| clickKill = false; | |
| showVisited = "yellow"; | |
| } | |
| //--> | |
| </script> | |
| <script | |
| LANGUAGE="JavaScript" SRC="/zee/newlook/zeenews/includes/hierArrays.js"> | |
| </script> | |
| <script | |
| LANGUAGE="JavaScript" SRC="/zee/newlook/zeenews/includes/hierMenus.js"> | |
| </script> | |
| <head> | |
| <title>Wel-Come to Zee News Online</title> | |
| <style TYPE="text/css"> | |
| A.TopLink:link, A.TopLink:active | |
| { | |
| font :bold 8pt Arial; | |
| text-decoration:none; | |
| color:rgb(0,0,0); | |
| background:transparent; | |
| } | |
| A.TopLink:visited | |
| { | |
| font :bold 8pt Arial; | |
| text-decoration:none; | |
| color:rgb(0,0,0); | |
| background:transparent; | |
| } | |
| A.TopLink:hover | |
| { | |
| font :bold 8pt Arial; | |
| text-decoration:none; | |
| color : rgb( 255,102,0 ); | |
| background:transparent; | |
| } | |
| A.SmallLink:link, A.SmallLink:active | |
| { | |
| font : 8pt Arial; | |
| color : rgb( 0,0,0 ); | |
| background:transparent; | |
| text-decoration:none; | |
| } | |
| A.SmallLink:visited | |
| { | |
| font :8pt Arial; | |
| color : rgb( 0,0,0 ); | |
| background:transparent; | |
| text-decoration:none; | |
| } | |
| A.SmallLink:hover | |
| { | |
| font :8pt Arial; | |
| color : rgb( 255,102,0 ); | |
| background:transparent | |
| text-decoration:none; | |
| } | |
| </style> | |
| </head> | |
| <body marginwidth="0" marginheight="0" leftmargin="0" bgcolor="#FFFFFF" topmargin="0"> | |
| <table border="0" width="645" cellspacing="0" cellpadding="5"> | |
| <tr> | |
| <td width="220" valign="middle" align="left"><a href="/zee/newlook/zeenews/default.asp"><img | |
| src="/zee/newlook/zeenews/images/zeelogo.gif" | |
| alt="Z e e N e w s | Anytime - Anywhere -Click here to go to Zee News home page" | |
| border="0" WIDTH="210" HEIGHT="84"></a><br> | |
| <strong><font face="Arial" size="1" color="#FF0000">Last Updated On</font></strong><font face="Arial" color="##FF0000" size="1"><strong>21/03/2000, </strong></font><font face="Arial" color="##FF0000" size="1"><strong> Time 04:29 (IST)</strong></font> </td> | |
| <td width="425" valign="middle" align="right"></td> | |
| </tr> | |
| <tr> | |
| <td width="100%" bgcolor="#FFCC99" colspan="2"><a href="http://www.zeetelevision.com" | |
| class="TopLink" target="_blank">Zee Network</a> | <a | |
| href="http://www.zeetelevision.com/zee/newlook/zeeon.htm" class="TopLink" target="_blank">Zee | |
| Television</a> | <a href="http://www.zeeeducation.com" | |
| class="TopLink" target="_blank">Zee Education</a> | <a | |
| href="http://www.zeepremiere.com" class="TopLink" target="_blank">Zee Premiere</a> | | |
| <a href="http://www.zeecineawards.com" class="TopLink" target="_blank">Zee | |
| Cine Awards</a> | <a href="http://www.Asianskyshop.com" class="TopLink" | |
| target="_blank">Asian Sky Shop</a></td> | |
| </tr> | |
| <tr> | |
| <td width="100%" bgcolor="#FFFF99" colspan="2"> | |
| <table border="0" width="645" | |
| cellspacing="0" cellpadding="2"> | |
| <tr> | |
| <td><font face="Arial" size="4" color="#FF0000">Welcome to Zee News Online </font> </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </body> | |
| </html> | |
| <table border="0" width="645" cellspacing="0" cellpadding="0"> | |
| <tr> | |
| <td width="200" valign="top" align="left"> | |
| <table border="0" width="200" cellspacing="0" | |
| cellpadding="2"> | |
| <tr> | |
| <td width="200" bgcolor="#FFCC99"><p Class="Title">National</td> | |
| </tr> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=14239&NCAT=NA&Key=Yes">Charges framed against former minister in graphite case<br></a> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=14251&NCAT=NA&Key=Yes">Earthquake of slight intensity hits Latur<br></a> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=14231&NCAT=NA&Key=Yes">Muslim, Christian leaders participate in Hindu festival<br></a> <a class="SmallLinkRed" | |
| href="newsstory.asp?NCAT=NA&Key=Yes">[More News...]</a> </td> | |
| </tr> | |
| <tr> | |
| <td> | |
| <tr> | |
| <td width="200" bgcolor="#FFCC99"><p Class="Title">International</td> | |
| </tr> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=14248&NCAT=IN&Key=Yes">Nine million enslaved in global sex trade - UN<br></a> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=14247&NCAT=IN&Key=Yes">Dead Chinese woman recovers in coffin<br></a> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=14242&NCAT=IN&Key=Yes">Islamic government to impose dress code for women: Report<br></a> <a class="SmallLinkRed" | |
| href="newsstory.asp?NCAT=IN&Key=Yes">[More News...]</a> </td> | |
| </tr> | |
| <tr> | |
| <td> | |
| <tr> | |
| <td width="200" bgcolor="#FFCC99"><p Class="Title">States</td> | |
| </tr> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=14194&NCAT=ST&Key=Yes">Search on for kidnapped ONGC workers<br></a> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=14253&NCAT=ST&Key=Yes">2 killed, 12 wounded in holi violence in UP<br></a> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=14252&NCAT=ST&Key=Yes">One killed in police firing in Howrah<br></a> <a class="SmallLinkRed" | |
| href="newsstory.asp?NCAT=ST&Key=Yes">[More News...]</a> </td> | |
| </tr> | |
| <tr> | |
| <td> | |
| <tr> | |
| <td width="200" bgcolor="#FFCC99"><p Class="Title">Interview of the Week</td> | |
| </tr> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=13057&NCAT=MVIN&Key=Yes">Tax rich farmers, focus on infrastructure, says India chief of Ernst and Young, Memani<br></a></td> | |
| </tr> | |
| <tr> | |
| <td> | |
| <tr> | |
| <td width="200" bgcolor="#FFCC99"><p Class="Title">South Asia</td> | |
| </tr> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=14249&NCAT=SA&Key=Yes">Fury as Clinton cancels visit to Bangladeshi war memorial<br></a> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=14243&NCAT=SA&Key=Yes">Clinton could not go to the village due to security problem in Bangladesh<br></a> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=14214&NCAT=SA&Key=Yes">Sharif`s trial in concluding stages<br></a> <a class="SmallLinkRed" | |
| href="newsstory.asp?NCAT=SA&Key=Yes">[More News...]</a> </td> | |
| </tr> | |
| <tr> | |
| <td> | |
| <tr> | |
| <td width="200" bgcolor="#FFCC99"><p Class="Title">Business</td> | |
| </tr> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=14246&NCAT=BU&Key=Yes">HDFC plans to enter insurance in tie-up with UK-based firm<br></a> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=14164&NCAT=BU&Key=Yes">Indian software capital unveils new IT policy<br></a> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=14159&NCAT=BU&Key=Yes">Take advantage of Rs 140,000 cr investment need: Mckinsey<br></a> <a class="SmallLinkRed" | |
| href="newsstory.asp?NCAT=BU&Key=Yes">[More News...]</a> </td> | |
| </tr> | |
| <tr> | |
| <td> | |
| <tr> | |
| <td width="200" bgcolor="#FFCC99"><p Class="Title">Sports</td> | |
| </tr> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=14166&NCAT=SP&Key=Yes">Frolander sets 50 metres butterfly world record<br></a> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=14112&NCAT=SP&Key=Yes">Leander to lead in Davis Cup<br></a> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=14230&NCAT=SP&Key=Yes">Lankan sports minister threatens to quit if President interferes<br></a> <a class="SmallLinkRed" | |
| href="newsstory.asp?NCAT=SP&Key=Yes">[More News...]</a> </td> | |
| </tr> | |
| <tr> | |
| <td> | |
| <tr> | |
| <td width="200" bgcolor="#FFCC99"><p Class="Title">Entertainment</td> | |
| </tr> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=14142&NCAT=ENT&Key=Yes">Shabana Azmi honoured in France<br></a> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=14140&NCAT=ENT&Key=Yes">Work on Bachchan`s next movie starring son to start next week<br></a> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=14121&NCAT=ENT&Key=Yes">Exorcist is back in US after 25 years<br></a> <a class="SmallLinkRed" | |
| href="newsstory.asp?NCAT=ENT&Key=Yes">[More News...]</a> </td> | |
| </tr> | |
| <tr> | |
| <td> | |
| <tr> | |
| <td width="200" bgcolor="#FFCC99"><p Class="Title">Net News</td> | |
| </tr> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=14117&NCAT=NN&Key=Yes">Wipro to enter home Internet segment with Dutch tie-up<br></a> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=14105&NCAT=NN&Key=Yes">Mohamed Al Fayed wins domain name dodialfayed.com<br></a> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=14098&NCAT=NN&Key=Yes">India`s Internet subscribership expected to double by year end<br></a> <a class="SmallLinkRed" | |
| href="newsstory.asp?NCAT=NN&Key=Yes">[More News...]</a> </td> | |
| </tr> | |
| <tr> | |
| <td> | |
| <tr> | |
| <td width="200" bgcolor="#FFCC99"><p Class="Title">Health & Medicine</td> | |
| </tr> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=14189&NCAT=MD&Key=Yes">Rajasthan among 8 states with high polio risk<br></a> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=14181&NCAT=MD&Key=Yes">Computors to bring health care in rural homes<br></a> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=14157&NCAT=MD&Key=Yes">Tobacco growers slam WHO convention on tobacco control<br></a> <a class="SmallLinkRed" | |
| href="newsstory.asp?NCAT=MD&Key=Yes">[More News...]</a> </td> | |
| </tr> | |
| <tr> | |
| <td> | |
| <tr> | |
| <td width="200" bgcolor="#FFCC99"><p Class="Title">Environment</td> | |
| </tr> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=14191&NCAT=EN&Key=Yes">Thousands take pledge to clean Gomti<br></a> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=14178&NCAT=EN&Key=Yes">Acute water shortage in days to come - Bahuguna<br></a> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=14176&NCAT=EN&Key=Yes">Efforts to protect golden Langoors in Assam<br></a> <a class="SmallLinkRed" | |
| href="newsstory.asp?NCAT=EN&Key=Yes">[More News...]</a> </td> | |
| </tr> | |
| <tr> | |
| <td> | |
| <tr> | |
| <td width="200" bgcolor="#FFCC99"><p Class="Title">Features</td> | |
| </tr> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=14183&NCAT=FT&Key=Yes">Generation-X kids smarter than flower children<br></a> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=14174&NCAT=FT&Key=Yes">Caution : Holi colours are toxic ! Use Herbal Colours<br></a> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=14171&NCAT=FT&Key=Yes">They seek a helping hand from the society<br></a> <a class="SmallLinkRed" | |
| href="newsstory.asp?NCAT=FT&Key=Yes">[More News...]</a> </td> | |
| </tr> | |
| <tr> | |
| <td> | |
| <tr> | |
| <td width="200" bgcolor="#FFCC99"><p Class="Title">Pre-Budget</td> | |
| </tr> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=13112&NCAT=BUD1&Key=Yes">Fear of IT tax makes market nervous<br></a> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=13105&NCAT=BUD1&Key=Yes">Share prices rise on eve of Budget<br></a> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=13103&NCAT=BUD1&Key=Yes">Increase tax base, not tax net, say economists<br></a> <a class="SmallLinkRed" | |
| href="newsstory.asp?NCAT=BUD1&Key=Yes">[More News...]</a> </td> | |
| </tr> | |
| <tr> | |
| <td> | |
| <tr> | |
| <td width="200" bgcolor="#FFCC99"><p Class="Title">Budget 2000</td> | |
| </tr> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=13144&NCAT=BUD&Key=Yes">Universities allowed to retain revenue generated from reserach<br></a> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=13126&NCAT=BUD&Key=Yes">Steep hike in defence expenditure<br></a> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=13204&NCAT=BUD&Key=Yes">Budget not to spur growth: Congress<br></a> <a class="SmallLinkRed" | |
| href="newsstory.asp?NCAT=BUD&Key=Yes">[More News...]</a> </td> | |
| </tr> | |
| <tr> | |
| <td> | |
| <tr> | |
| <td width="200" bgcolor="#FFCC99"><p Class="Title">Post-Budget</td> | |
| </tr> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=13506&NCAT=BUD3&Key=Yes">Govt faces fresh crisis on subsidy<br></a> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=13292&NCAT=BUD3&Key=Yes">Budget lacks effective steps to check deficit: economists<br></a> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=13178&NCAT=BUD3&Key=Yes">Budget does not address concerns voiced in Economic Survey: Chidambaram<br></a> <a class="SmallLinkRed" | |
| href="newsstory.asp?NCAT=BUD3&Key=Yes">[More News...]</a> </td> | |
| </tr> | |
| <tr> | |
| <td> | |
| <tr> | |
| <td width="200" bgcolor="#FFCC99"><p Class="Title">Budget Speech</td> | |
| </tr> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=13179&NCAT=BUD2&Key=Yes">BUDGET SPEECH - II<br></a> | |
| <tr> | |
| <td width="200"><a class="SmallNewsLink" | |
| href="newsstory.asp?NID=13177&NCAT=BUD2&Key=Yes">BUDGET SPEECH - I<br></a></td> | |
| </tr> | |
| <tr> | |
| <td> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| <td width="300" valign="top" align="left"><table border="0" width="300" cellspacing="4" | |
| cellpadding="2"> | |
| <tr> | |
| <td width="300"> | |
| <applet width="276" height="20" code="tinyHScroll.class"> | |
| <param name="FGRED" value="204"> | |
| <param name="FGBLUE" value="0"> | |
| <param name="FGGREEN" value="102"> | |
| <param name="Message" value=" Happy Holi # Slight intensity earthquake hits Latur in Maharashtra "> | |
| </applet> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td width="300"><table border="0" width="300" cellspacing="0" cellpadding="2"> | |
| <tr> | |
| <td width="300" valign="middle" align="left"> | |
| <p class="Title">Top Stories</td> | |
| </tr> | |
| </table> | |
| <table border="0" width="300" cellspacing="0" cellpadding="0"> | |
| <tr> | |
| <td width="300" valign="middle" align="left"><p class="NewsTitleWithoutLink" id="2"><a | |
| class="NewsTitleLink" | |
| href="newsstory.asp?NID=14256&NCAT=NH&Key=Yes">Zee News Web Site Hacked _Again_ While Clinton Visits India!! <Br> Reporter : Doctor Nuker doctornuker@puckoff.com</a></td> | |
| </tr> | |
| <tr> | |
| <td width="300"><p Class="Prleft">As the United States President Bill Clinton arrived in India during his visit to South Asia, Pakistan Hackerz Club hacked the web site of Zee News network _again_ to gain attention towards the killings and injustice created by the Indian government in Kashmir which is a part of Pakistan. Zee News web site was hacked once before by the same group with text and pictures showing Indian Atrocities in Kashmir, as they told in their news that after the defacements of major Indian government web sites including Parliment of India web site, they have tightened their security and they will not let it happen again. The Indian forced have already killed more than 50,000 innocent Kashmiris as they fight for their freedom against the killer rule of India. <P> India is actively engaged in terrorist ventures in neighboring Pakistan where there are bombs being exploded every now and then. Also another novelty of RAW's modus operandi is the sniper phenomenon, where RAW agents appear randomly in the streets of Karachi and fire indiscriminately at innocent civilians. No cause can be attributed to such senseless acts, only that in private Indians claim that such acts are a "tit-for-tat" for Pakistan's "involvement" in Kashmir. | |
| <br> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td width="300" valign="middle" align="left"><p class="NewsTitleWithoutLink" id="2"><a | |
| class="NewsTitleLink" | |
| href="newsstory.asp?NID=14255&NCAT=NH&Key=Yes">Clinton begins state visit to India on Tuesday</a></td> | |
| </tr> | |
| <tr> | |
| <td width="300"><p Class="Prleft">US president Bill Clinton | |
| formally begins his five-day state visit to India on Tuesday | |
| with the two sides signing a political vision document that | |
| sets out future course of bilateral relationship despite | |
| differences over the nuclear issue.<BR> | |
| <br> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td width="300" valign="middle" align="left"><p class="NewsTitleWithoutLink" id="2"><a | |
| class="NewsTitleLink" | |
| href="newsstory.asp?NID=14244&NCAT=NH&Key=Yes">Dead Chinese woman recovers in coffin</a></td> | |
| </tr> | |
| <tr> | |
| <td width="300"><p Class="Prleft">A 88-year-old woman, who had been | |
| pronounced dead, came back to life after being placed in a coffin in Anshan city in northeast China`s Liaoning province, a report said on Monday.<BR> | |
| <br> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td width="300" valign="middle" align="left"><p class="NewsTitleWithoutLink" id="2"><a | |
| class="NewsTitleLink" | |
| href="newsstory.asp?NID=14235&NCAT=NH&Key=Yes">Cross border firing continues in Kashmir</a></td> | |
| </tr> | |
| <tr> | |
| <td width="300"><p Class="Prleft">India and Pakistan exchanged artillery fire over their disputed Kashmir border for a fourth day on Monday, even as US President Bill Clinton began a six day South Asian tour aimed at easing regional tensions. <br> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td width="300" valign="middle" align="left"><p class="NewsTitleWithoutLink" id="2"><a | |
| class="NewsTitleLink" | |
| href="newsstory.asp?NID=14226&NCAT=NH&Key=Yes">Ganguly confident of his team doing well at Sharjah</a></td> | |
| </tr> | |
| <tr> | |
| <td width="300"><p Class="Prleft">Fresh from their 3-2 one-day series win against South Africa at home, skipper Saurav Ganguly was confident of India doing well in the forthcoming tri-nation limited overs cricket tournament at Sharjah.<Br> <br> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td width="300" valign="middle" align="left"><p class="NewsTitleWithoutLink" id="2"><a | |
| class="NewsTitleLink" | |
| href="newsstory.asp?NID=14225&NCAT=NH&Key=Yes">Janakiraman resignation accepted, new CM to be sworn in on Wednesday</a></td> | |
| </tr> | |
| <tr> | |
| <td width="300"><p Class="Prleft">President K R Narayanan has accepted the resignation of the council of ministers headed by R V Janakiraman in the union territory of Pondicherry. Meanwhile the newly elected Congress legislature party leader P Shanmugham will be sworn in as the chief minister on Wednesday. <br> | |
| <br> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td width="300" valign="middle" align="left"><p class="NewsTitleWithoutLink" id="2"><a | |
| class="NewsTitleLink" | |
| href="newsstory.asp?NID=14224&NCAT=NH&Key=Yes">Prosecution asks for death penalty for Sharif</a></td> | |
| </tr> | |
| <tr> | |
| <td width="300"><p Class="Prleft">Prosecution lawyers on Monday demanded death penalty for Pakistan`s deposed Prime Minister Nawaz Sharif as they made their closing arguments in his trial for hijacking and other crimes.<br> <br> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td width="300" valign="middle" align="left"><p class="NewsTitleWithoutLink" id="2"><a | |
| class="NewsTitleLink" | |
| href="newsstory.asp?NID=14222&NCAT=NH&Key=Yes">Thank heavens! Missing Oscar statuettes found</a></td> | |
| </tr> | |
| <tr> | |
| <td width="300"><p Class="Prleft">The missing Oscar statuettes were discovered on Sunday night in the last place one would expect to find a Hollywood star -- in trash bins behind a cheap supermarket in the Los Angeles district of Koreatown. <br> <br> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td width="300" valign="middle" align="left"><p class="NewsTitleWithoutLink" id="2"><a | |
| class="NewsTitleLink" | |
| href="newsstory.asp?NID=14208&NCAT=NH&Key=Yes">`Clinton to ask Pak to stop infiltrating ultras into Kashmir`</a></td> | |
| </tr> | |
| <tr> | |
| <td width="300"><p Class="Prleft">US President Bill Clinton, during his visit to Islamabad on March 25, will urge Pakistan to bring the temperature down on the Line of Control (LoC) by discouraging ultras from entering Kashmir, the first time that Washington will make a summit-level request to Islamabad on the subject, | |
| official and Western diplomatic sources have said in Islamabad. <br> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td width="300" valign="middle" align="left"><p class="NewsTitleWithoutLink" id="2"><a | |
| class="NewsTitleLink" | |
| href="newsstory.asp?NID=14203&NCAT=NH&Key=Yes">No changes in Clinton`s Indian itinerary, Jaipur visit on</a></td> | |
| </tr> | |
| <tr> | |
| <td width="300"><p Class="Prleft">US President Bill Clinton has not made any alterations to his itinerary during his stay in India and will visit Jaipur despite speculations in sections of the media that the US President had | |
| decided to drop his Jaipur visit because of ``security reasons``. | |
| <br> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td width="300" valign="middle" align="left"><p class="NewsTitleWithoutLink" id="2"><a | |
| class="NewsTitleLink" | |
| href="newsstory.asp?NID=14202&NCAT=NH&Key=Yes">Chelsea , grandmother celebrated royal Holi at Jodhpur on Monday</a></td> | |
| </tr> | |
| <tr> | |
| <td width="300"><p Class="Prleft">Chelsea, the daughter of the world`s most powerful man,on Monday joined the ``royal`` Holi celebrations at Jodhpur, witnessing an aspect of one of the richest cultures of the world -- India. <br> | |
| <br> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td width="300" valign="middle" align="left"><p class="NewsTitleWithoutLink" id="2"><a | |
| class="NewsTitleLink" | |
| href="newsstory.asp?NID=14201&NCAT=NH&Key=Yes">Clinton visit to Pakistan will not be easy: Albright</a></td> | |
| </tr> | |
| <tr> | |
| <td width="300"><p Class="Prleft">The visit of US President Bill Clinton to Pakistan will not be easy but is necessary to | |
| impress upon the military government the need for a return to | |
| constitutional rule, the US secretary of state, Ms Madeleine Albright, has | |
| said. <br> | |
| <br> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td width="300" valign="middle" align="left"><p class="NewsTitleWithoutLink" id="2"><a | |
| class="NewsTitleLink" | |
| href="newsstory.asp?NID=14200&NCAT=NH&Key=Yes">L`affaire Lewinsky: Special prosecutor does not rule out charging Clinton</a></td> | |
| </tr> | |
| <tr> | |
| <td width="300"><p Class="Prleft">US independent counsel Robert Ray has not ruled out bringing criminal charges against US President Bill Clinton over the Monica Lewinsky affair. <br> <br> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td width="300" valign="middle" align="left"><p class="NewsTitleWithoutLink" id="2"><a | |
| class="NewsTitleLink" | |
| href="newsstory.asp?NID=14199&NCAT=NH&Key=Yes">Pope to retrace Jesus` footsteps in historic Holy Land tour</a></td> | |
| </tr> | |
| <tr> | |
| <td width="300"><p Class="Prleft">In the first papal visit to the Holy Land in 36 years, Pope John Paul II embarks on a highly personal pilgrimage on Monday that will see him retrace the footsteps of | |
| Jesus from birth, to baptism to crucifixion. <br> <br> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td width="300" valign="middle" align="left"><p class="NewsTitleWithoutLink" id="2"><a | |
| class="NewsTitleLink" | |
| href="newsstory.asp?NID=14198&NCAT=NH&Key=Yes">Chinese jets fly towards Taiwan: Hong Kong newspaper</a></td> | |
| </tr> | |
| <tr> | |
| <td width="300"><p Class="Prleft">Large numbers of Chinese fighter jets were seen heading in the direction of Taiwan following the island`s election of pro-independence advocate Chen Shui-Bian, a Hong Kong newspaper reported on Monday. <br> <br> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td width="300" valign="middle" align="left"><p class="NewsTitleWithoutLink" id="2"><a | |
| class="NewsTitleLink" | |
| href="newsstory.asp?NID=14197&NCAT=NH&Key=Yes">Clinton announces 147 million $ US aid for Bangladesh</a></td> | |
| </tr> | |
| <tr> | |
| <td width="300"><p Class="Prleft">Clinton announced 50 million dollar aid for harnessing clean energy development in south Asia and Bangladesh would be the first country to receive such assistance. He also announced 97 million dollar in food aid to Bangladesh.<br> | |
| <br> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td width="300" valign="middle" align="left"><p class="NewsTitleWithoutLink" id="2"><a | |
| class="NewsTitleLink" | |
| href="newsstory.asp?NID=14130&NCAT=NH&Key=Yes">Uganda cult toll could reach 500</a></td> | |
| </tr> | |
| <tr> | |
| <td width="300"><p Class="Prleft">Grieving families and horrified city dwellers fear anything up to 500 men, women and children may have died in the Millennium Year mass suicide of a Ugandan Doomsday cult.<BR> | |
| <br> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td width="300" valign="middle" align="left"><p class="NewsTitleWithoutLink" id="2"><a | |
| class="NewsTitleLink" | |
| href="newsstory.asp?NID=14110&NCAT=NH&Key=Yes">How justified are the Congress protests against the Constitution review?</a></td> | |
| </tr> | |
| <tr> | |
| <td width="300"><p Class="Prleft">In his four-article series, <b>A Surya Prakash,</b> Editor, Zee News takes a hard look at the objections raised by the Sonia-led Congress against the National Democratic Alliance government`s decision to appoint a commission to review the Constitution. Raising pertinent questions about the partys role in tampering with the statute during Indira Gandhis tenure, he concludes that the Congress party has lost its right to protest on this issue. Click in the Features section for a perspective on one of the most hotly debated issues of recent time.<br> <br> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| <td width="145" valign="top" align="left"><table border="0" width="144" cellpadding="0" | |
| cellspacing="0"> | |
| <tr> | |
| <td width="114" bgcolor="#FF6600"><table border="0" width="110" cellspacing="0" | |
| cellpadding="2"> | |
| <tr> | |
| <td width="100%"><font face="Arial" size="2" color="#FFFFFF"><strong>Opinion</strong></font></td> | |
| </tr> | |
| </table> | |
| </td> | |
| <td width="30" bgcolor="#FF6600" valign="top" align="right"><table border="0" width="30" | |
| cellspacing="0" cellpadding="0" height="5"> | |
| <tr> | |
| <td width="10" height="10" bgcolor="#FF6600" valign="top" align="left"></td> | |
| <td width="10" height="10" bgcolor="#FF9751" valign="top" align="left"></td> | |
| <td width="10" height="10" bgcolor="#FFDDC6" valign="top" align="left"></td> | |
| </tr> | |
| <tr> | |
| <td width="10" height="10" bgcolor="#FF9751" valign="top" align="left"></td> | |
| <td width="10" height="10" bgcolor="#FFDDC6" valign="top" align="left"></td> | |
| <td width="10" height="10" bgcolor="#FFFFFF" valign="top" align="left"></td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| <table border="0" width="145" cellspacing="0" cellpadding="0"> | |
| <tr> | |
| <td width="100%" bgcolor="#FFFF99"><table border="0" width="140" cellspacing="0" | |
| cellpadding="3"> | |
| <tr> | |
| <td width="100%" valign="top" align="left"><a class="NewsTitleLink" | |
| href="submenu.asp?Action=DER&Stage=3">Dear Editor</a> <br> | |
| <a class="NewsTitleLink" href="submenu.asp?Action=OP&Stage=1">Opinion Column</a><br> | |
| <a class="NewsTitleLink" href="Bbs/bbs.asp">BBS</a><br> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| <table border="0" width="144" cellpadding="0" cellspacing="0"> | |
| <tr> | |
| <td width="114" bgcolor="#FF6600"><table border="0" width="110" cellspacing="0" | |
| cellpadding="2"> | |
| <tr> | |
| <td width="100%"><font face="Arial" size="2" color="#FFFFFF"><strong>News from UK</strong></font></td> | |
| </tr> | |
| </table> | |
| </td> | |
| <td width="30" bgcolor="#FF6600" valign="top" align="right"><table border="0" width="30" | |
| cellspacing="0" cellpadding="0" height="5"> | |
| <tr> | |
| <td width="10" height="10" bgcolor="#FF6600" valign="top" align="left"></td> | |
| <td width="10" height="10" bgcolor="#FF9751" valign="top" align="left"></td> | |
| <td width="10" height="10" bgcolor="#FFDDC6" valign="top" align="left"></td> | |
| </tr> | |
| <tr> | |
| <td width="10" height="10" bgcolor="#FF9751" valign="top" align="left"></td> | |
| <td width="10" height="10" bgcolor="#FFDDC6" valign="top" align="left"></td> | |
| <td width="10" height="10" bgcolor="#FFFFFF" valign="top" align="left"></td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| <table border="0" width="145" cellspacing="0" cellpadding="0"> | |
| <tr> | |
| <td width="100%" bgcolor="#FFFF99"><table border="0" width="140" cellspacing="0" | |
| cellpadding="3" height="88"> | |
| <tr> | |
| <td width="100%" valign="top" align="left" height="82"> <a href="submenu.asp?Key=Yes&NID=Curr&NCat=NUK&Action=NUK" | |
| class="NewsTitleLink">Currency</a><br> | |
| <a href="submenu.asp?Key=Yes&NID=Wet&NCat=NUK&Action=NUK" | |
| class="NewsTitleLink">Weather</a><br> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| <table border="0" width="144" cellpadding="0" cellspacing="0"> | |
| <tr> | |
| <td width="114" bgcolor="#FF6600"><table border="0" width="110" cellspacing="0" | |
| cellpadding="2"> | |
| <tr> | |
| <td width="100%"><font face="Arial" size="2" color="#FFFFFF"><strong>Archives </strong></font></td> | |
| </tr> | |
| </table> | |
| </td> | |
| <td width="30" bgcolor="#FF6600" valign="top" align="right"><table border="0" width="30" | |
| cellspacing="0" cellpadding="0" height="5"> | |
| <tr> | |
| <td width="10" height="10" bgcolor="#FF6600" valign="top" align="left"></td> | |
| <td width="10" height="10" bgcolor="#FF9751" valign="top" align="left"></td> | |
| <td width="10" height="10" bgcolor="#FFDDC6" valign="top" align="left"></td> | |
| </tr> | |
| <tr> | |
| <td width="10" height="10" bgcolor="#FF9751" valign="top" align="left"></td> | |
| <td width="10" height="10" bgcolor="#FFDDC6" valign="top" align="left"></td> | |
| <td width="10" height="10" bgcolor="#FFFFFF" valign="top" align="left"></td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| <table border="0" width="145" cellspacing="0" cellpadding="0"> | |
| <tr> | |
| <td width="100%" bgcolor="#FFFF99" valign="top" align="left"><table border="0" width="140" | |
| cellspacing="0" cellpadding="3"> | |
| <tr> | |
| <td width="140" valign="top" align="left"><form method="POST" action="newsarchives.asp"> | |
| <input type="hidden" name="Key" value="Yes"><p>Enter text to search<br> | |
| <input type="text" name="SearchText" size="12"><input src="images/go.GIF" | |
| alt="Click To Go" type="image" border="0" name="Go" align="absmiddle" WIDTH="31" | |
| HEIGHT="29"></p> | |
| </form> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| <table border="0" width="144" cellpadding="0" cellspacing="0"> | |
| <tr> | |
| <td width="114" bgcolor="#FF6600"><table border="0" width="110" cellspacing="0" | |
| cellpadding="2"> | |
| <tr> | |
| <td width="100%"><font face="Arial" size="2" color="#FFFFFF"><strong>Quick Vote</strong></font></td> | |
| </tr> | |
| </table> | |
| </td> | |
| <td width="30" bgcolor="#FF6600" valign="top" align="right"><table border="0" width="30" | |
| cellspacing="0" cellpadding="0" height="5"> | |
| <tr> | |
| <td width="10" height="10" bgcolor="#FF6600" valign="top" align="left"></td> | |
| <td width="10" height="10" bgcolor="#FF9751" valign="top" align="left"></td> | |
| <td width="10" height="10" bgcolor="#FFDDC6" valign="top" align="left"></td> | |
| </tr> | |
| <tr> | |
| <td width="10" height="10" bgcolor="#FF9751" valign="top" align="left"></td> | |
| <td width="10" height="10" bgcolor="#FFDDC6" valign="top" align="left"></td> | |
| <td width="10" height="10" bgcolor="#FFFFFF" valign="top" align="left"></td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| <table border="0" width="145" cellspacing="0" cellpadding="0"> | |
| <tr> | |
| <td width="100%" bgcolor="#FFFF99" valign="top" align="left"><table border="0" width="140" | |
| cellspacing="0" cellpadding="3"> | |
| <tr> | |
| <td width="140" valign="top" align="left"> | |
| <form method="POST" action="default.asp"> | |
| <input type="hidden" name="VoteSubmit" value="1"><table border="0" width="100%" | |
| cellspacing="0" cellpadding="0"> | |
| <tr> | |
| <td width="100%"><p class="NewsTitleWithoutLink">Should the police take strong action against those who use harmful, chemical colours during Holi?</td> | |
| </tr> | |
| <tr> | |
| <td width="100%"><p class="Prleft"> <input type="radio" | |
| value="213" name="158"> Yes<br> | |
| <input type="radio" | |
| value="214" name="158"> No<br> | |
| <input type="radio" | |
| value="215" name="158"> Cannot say<br> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td width="100%"><input src="images/vote.GIF" alt="Vote" type="image" border="0" | |
| name="Vote" align="absmiddle" WIDTH="54" HEIGHT="19"></td> | |
| </tr> | |
| <tr> | |
| <td width="100%"><p class="NewsTitleWithoutLink">Do you think the common man should suffer due to the heavy security arrangements for Clinton`s visit?</td> | |
| </tr> | |
| <tr> | |
| <td width="100%"><p class="Prleft"> <input type="radio" | |
| value="216" name="159"> Yes<br> | |
| <input type="radio" | |
| value="217" name="159"> No<br> | |
| <input type="radio" | |
| value="218" name="159"> Cannot say<br> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td width="100%"><input src="images/vote.GIF" alt="Vote" type="image" border="0" | |
| name="Vote" align="absmiddle" WIDTH="54" HEIGHT="19"></td> | |
| </tr> | |
| </table> | |
| </form> | |
| <p><a class="NewsTitleLink" href="#" OnClick="VoteWin()">View Results</a><script | |
| language="JavaScript"><!-- | |
| function VoteWin() | |
| { | |
| EWin = window.open("/zee/newlook/zeenews/voteresult.asp?Url=default.asp",'EmailWin','resizable=no,menubar=no,scrollbars=no,status=yes,width=450,height=375'); | |
| EWin.focus(); | |
| } | |
| // --></script> </p> | |
| <p class="PrLeft"><a class="NewsTitleLink" OnClick="NewWin()" href="#">Mail This Page</a><script | |
| language="JavaScript"><!-- | |
| function NewWin() | |
| { | |
| EWin = window.open("/zee/newlook/zeenews/sendpage.asp?Url=NewsStory?NID=,NCAT=,Key=Yes",'EmailWin','resizable=no,menubar=no,scrollbars=no,status=yes,width=450,height=375'); | |
| EWin.focus(); | |
| } | |
| // --></script></td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| <table border="0" width="645" cellspacing="0" cellpadding="0"> | |
| <tr> | |
| <td width="500" valign="top" align="left" bgcolor="#FFCC99"><table border="0" width="100%" | |
| cellpadding="0" cellspacing="3"> | |
| <tr> | |
| <td width="100%"><font size="1" color="#FF0000">© 1999 ZEE News Network. All Rights | |
| Reserved.<br> | |
| </font><strong><font face="Arial" size="1">Designed & Developed by <br> | |
| <a href="http://www.webwaretech.com">Webware Technologies Pvt. Ltd.</a></font></strong></td> | |
| </tr> | |
| </table> | |
| </td> | |
| <td width="145" valign="bottom" align="right" bgcolor="#FFCC99"><font size="1" | |
| color="#0000FF"><a target="_blank" href="legal.htm" style="text-decoration: none"><span | |
| style="text-decoration: none">Legal Disclaimer</span></a></font></td> | |
| </tr> | |
| </table> | |
| </body> | |
| </html> |