<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Oops, yes i missed out "twoside" option.<br>
<br>
Now the headers work fine after including "twoside".<br>
<br>
Thank you very much.<br>
<br>
Raj<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:cvr@river-valley.org">cvr@river-valley.org</a> wrote:<br>
<blockquote type="cite" cite="midm3smdmdw1z.fsf@danube.river-valley.com">
  <blockquote type="cite">
    <blockquote type="cite">
      <blockquote type="cite">
        <blockquote type="cite">
          <blockquote type="cite">
            <pre wrap="">"Raj" == Raj  <a class="moz-txt-link-rfc2396E" href="mailto:texuser74@netscape.net">&lt;texuser74@netscape.net&gt;</a> writes:
            </pre>
          </blockquote>
        </blockquote>
      </blockquote>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->
    Raj&gt; Dear TUG, When I typeset an article using a modified version
    Raj&gt; of an article style, the content defined at \@oddhead is
    Raj&gt; printed in both the odd and even pages.

    Raj&gt; I am sure i have defined both \@oddhead and \@evenhead
    Raj&gt; properly in \ps@headings. But still the output is always
    Raj&gt; taken from \@oddhead.

    Raj&gt; Please suggest how to rectify this.

Have you provided:

  \pagestyle{headings}

in the preamble so that \ps@headings take effect. If you have given,
then the possible problem is that "twoside" option is not invoked.
You might load your class as:

 \documentclass[twoside]{article}

Radhakrishnan
  </pre>
</blockquote>
</body>
</html>