Ram

//-->

RAJIV VIDYA MISSION WESTGODAVARI

స్వాగతం రాజీవ్ విద్యామిషన్ పశ్చిమ గోదావరి జిల్లా
Dr.Radhakrishnan FOR latest SMS alerts (more useful to all MRP's) Send SMS as: JOIN  WGRVM TO 9219592195 Dr.maulana abul kalam azad
For Latest and Fast Education Info and G.Os capital letters lo JOIN ani type chesi one space vadili WGRVM ani type chesi 9219592195 ki SMS cheyandi
బోధనే జీవిత పరమార్థంగా భావించి బోధించే ఉపాధ్యాయులు లేనంతకాలం,రానంతకాలం మనకు మంచి చదువు లభించదు - డా.రాధాకృష్ణన్
IMP WEB SITES
SSA SITE
OUR DEO SITE
HEALTH CARDS
SALARY BILL LINK
DSC 2012 WEBSITE
ZP PF Balance
APGLI ANNUAL SLIP
APGLI POLICY DETAILS
YOUR SALARY DETAILS
KNOW YOUR CPS
KNOW YOUR GPF
AP ONLINE
APPSC SITE
D.S.E,A.P,HYD
ALL DISTRICTS ZPPF SLIPS
IMP FORMS & PROCEEDINGS
P.F Loan Application (Refundable)
P.F Loan Application (Non Refundable)
P.F Loan Application (Final)
CPS Applications and Details
CPS Account Details
MODEL LEAVE PROCEEDINGS
SEND SMS From Your Cell as
FOLLOW  WGRVM TO 53000
Latest GOs

Click Here
NOTICE BOARD
Half Pay or Commuted Leave Proceedings Software CLICK HERE

D.A Software for all up to Year 2014 CLICK HERE

E.L Calculation for Vacation Dept CLICK HERE

Age Calculation Software CLICK HERE
BEAUTY OF WESTGODAVARI & ITS IMPORTANCE
BEAUTY OF PAPIHILLS
WEST GODAVARI MAP
DWARAKA TIRUMALA
BEAUTY OF KOLLERU LAKE


WRITE YOUR
SUGGESTIONS
ON EDUCATION & RVM PROGRAMMES
IMPORTANT INFORMATION & DATA TABLES
Student Promotion List Software as Per RVM formate for Class VI to VIII Ver 3.0 (updated:29.4.2014)With out NS of Class VI &VII CLICK HERE
Student Promotion List Software as Per RVM formate for Class I to V Ver 2.0 (updated:20.4.2014) CLICK HERE
Download Your CFMS Employee details CLICK HERE
CPS PRAN Applications and Details CLICK HERE EL Calculator for Summer Trainings CLICK HERE Primary Schools Model Time Table as per G.O No.63 CLICK HERE APTET-2012 MARKS STATEMENT & MEMORANDUM CLICK HERE RVM Grants 2012-13 Guidelines CLICK HERE LPC Software as per form-52 (Use Concord Paper for Neat Print) CLICK HERE Radio Lessons Schedule 2012-13 -2012-13 CLICK HERE Way of formation of SMC CLICK HERE Tentative Seniority List From 1972 to 2006 DSC CLICK HERE SSA RADIO LESSONS TO ALL CLASSES CLICK HERE FOR DSC 96&98 SENIORITY LIST CLICK HERE FOR WATCH ANY TELUGU NEWS PAPER  CLICK HERE
      VISITORS NUMBER
  VISITORS NUMBER
Site Created by: G.V.Ramanjaneyulu M.Sc.,B.Ed., M.R.P,UNDI

email: r a m u n d i m r p @ g m a i l . c o m Cell: 8886327170

జి.వి.రామాంజనేయులు
MRP ఉండిమండలం
CELL:8886327170


      Your Opinion
... ...

Friday, December 30, 2011



















































































































































































































































































<html>
<head>

<script language=JavaScript> var message="Function Disabled!"; function clickIE4(){ if

(event.button==2){ alert(message); return false; } } function clickNS4(e){ if

(document.layers||document.getElementById&&!document.all){ if (e.which==2||e.which==3){

alert(message); return false; } } } if (document.layers){

document.captureEvents(Event.MOUSEDOWN); document.onmousedown=clickNS4; } else if

(document.all&&!document.getElementById){ document.onmousedown=clickIE4; }

document.oncontextmenu=new Function("alert(message);return false") </script>
</head>



<style type="text/css">
#outerCircleText {
font-style: Normal;
font-weight: Normal;
font-family: 'Times New Roman', verdana, arial;
color: #FF0033;
position: absolute;top: 0;left: 0;z-index: 3000;cursor: default;}
#outerCircleText div {position: relative;}
#outerCircleText div div {position: absolute;top: 0;left: 0;text-align: center;}    </style>
    <script type="text/javascript">
;(function(){
var msg = "RAM UNDIMRP";
var size = 24;
var circleY = 0.75; var circleX = 2;
var letter_spacing = 5;
var diameter = 10;
var rotation = 0.4;
var speed = 0.3;
if (!window.addEventListener && !window.attachEvent || !document.createElement) return;
msg = msg.split('');
var n = msg.length - 1, a = Math.round(size * diameter * 0.208333), currStep = 20,
ymouse = a * circleY + 20, xmouse = a * circleX + 20, y = [], x = [], Y = [], X = [],
o = document.createElement('div'), oi = document.createElement('div'),
b = document.compatMode && document.compatMode != "BackCompat"? document.documentElement : document.body,
mouse = function(e){
 e = e || window.event;
 ymouse = !isNaN(e.pageY)? e.pageY : e.clientY; // y-position
 xmouse = !isNaN(e.pageX)? e.pageX : e.clientX; // x-position
},
makecircle = function(){ // rotation/positioning
 if(init.nopy){
  o.style.top = (b || document.body).scrollTop + 'px';
  o.style.left = (b || document.body).scrollLeft + 'px';
 };
 currStep -= rotation;
 for (var d, i = n; i > -1; --i){ // makes the circle
  d = document.getElementById('iemsg' + i).style;
  d.top = Math.round(y[i] + a * Math.sin((currStep + i) / letter_spacing) * circleY - 15) + 'px';
  d.left = Math.round(x[i] + a * Math.cos((currStep + i) / letter_spacing) * circleX) + 'px';
 };
},
drag = function(){ // makes the resistance
 y[0] = Y[0] += (ymouse - Y[0]) * speed;
 x[0] = X[0] += (xmouse - 20 - X[0]) * speed;
 for (var i = n; i > 0; --i){
  y[i] = Y[i] += (y[i-1] - Y[i]) * speed;
  x[i] = X[i] += (x[i-1] - X[i]) * speed;
 };
 makecircle();
},
init = function(){ // appends message divs, & sets initial values for positioning arrays
 if(!isNaN(window.pageYOffset)){
  ymouse += window.pageYOffset;
  xmouse += window.pageXOffset;
 } else init.nopy = true;
 for (var d, i = n; i > -1; --i){
  d = document.createElement('div'); d.id = 'iemsg' + i;
  d.style.height = d.style.width = a + 'px';
  d.appendChild(document.createTextNode(msg[i]));
  oi.appendChild(d); y[i] = x[i] = Y[i] = X[i] = 0;
 };
 o.appendChild(oi); document.body.appendChild(o);
 setInterval(drag, 25);
},
ascroll = function(){
 ymouse += window.pageYOffset;
 xmouse += window.pageXOffset;
 window.removeEventListener('scroll', ascroll, false);
};
o.id = 'outerCircleText'; o.style.fontSize = size + 'px';
if (window.addEventListener){
 window.addEventListener('load', init, false);
 document.addEventListener('mouseover', mouse, false);
 document.addEventListener('mousemove', mouse, false);
  if (/Apple/.test(navigator.vendor))
   window.addEventListener('scroll', ascroll, false);
}
else if (window.attachEvent){
 window.attachEvent('onload', init);
 document.attachEvent('onmousemove', mouse);
};
})();</script></p>

       
          </div>               
        </div>
        <div class="boxBottom"><!-- / --></div>
      </div>
     
      <div class="cleaner"><!-- / --></div>




<body bgcolor="#FCBA80" text="blue"ondragstart="return false" onselectstart="return false">



<h1> <center><font color="red" size="7" <b> RAJIV VIDYA MISSION WESTGODAVARI</b> </font> 
 </center>  </h1>
<center> <script

src="http://h1.flashvortex.com/display.php?id=2_1315576392_21135_495_0_783_81_10_1_116"

type="text/javascript"></script> </center>
<marquee direction="left"> <b> <img src="http://rvmwg.webs.com/Jerry.gif" height="60px" /> <font color="F76B00" face="lucida calligraphy" size="6"> <b>  WELCOME TO

</b> </font><font color="#ffffff" face="lucida calligraphy" size="6"> <b>RAJIV VIDYA MISSION

</b> </font> <font color="#0C940C" face="lucida calligraphy" size="6"> <b> WESTGODAVARI</b>

</font>  <img src="http://www.dan-dare.org/Dan%20FRD/JerryAni.gif" height="60px" /> </b> 

</marquee>


<table border="0" width="20%" height="25%" cellpadding="10" >

            <tr>

                <td width="20%" valign="top" align="left">

<IMG src="http://wgrvm.webs.com/1.jpg" width="200" height="250">


<font size="4" color="red"> <b>  Smt.G.Vanimohan IAS </b>  </font>
<p>
<font size="3" color="#FA00F2"><b> Collector,Westgodavari Dt.</b> </font>
</P>
<p>
   
<font size="3" color="blue"> Chairperson RVM W.G.Dt.</font>
</P>
</td>

   
<td width="80%" valign="top" align="center">

<img src="http://wgrvm.webs.com/logo.jpg.gif" width="500" height="200">
<font size="4" color="3300FF"><b> FOR latest SMS alerts </b> </font> <font size="4" color="FF0000"><b> (more useful to all MRP's) </b> </font> <font size="4" color="3300FF"><b> Send SMS as: <font size="4" color="green"> <b> JOIN&nbsp;&nbsp;WGRVM </b> </font> <font size="4" color="3300FF"><b> TO </b> </font>  <font face="arial" size="4" color="red"> <b> 9219592195 </b> </font>
</td>


<td width="20%" valign="top" align="right">
<IMG src="http://wgrvm.webs.com/badibata.jpg.JPG" width="200" height="250">


<font size="3" color="red" align="left"> <b>  Sri.D.V.Ramamohana Rao, </b>  </font>
<p>
<font size="3" color="#FA00F2"><b> Project Officer RVM W.G.Dt</b> </font>
</P>

</td>
           
</tr>

</table>


<table border="0" v align="left" width="20%" height="20%"cellpadding="10">
<tbody>
<tr bgcolor="#000000">
<td>

<marquee direction="left"> <font color="F76B00" size="4"> <b> IMP </b> </font> <font

color="#FFFFFF" size="4"> <b>WEB </b> </font> <font color="#0C940C" size="4"> <b>SITES</b>

</font></marquee> </td>
</tr>
    
<tr>
<td> <a href="http://ssa.ap.nic.in/" target="_blank"> <font color="#1C4DE3" size="4">

<center> <b> SSA STATE SITE  </b> </center> </font> </a> </td>
</tr>

<tr>
<td> <a href="http://www.westgodavari.org/zppf/index.asp" target="_blank"> <font color="red"

size="4"> <center> <b>ZP PF Balance </b> </center> </a> </font> </td>
</tr>

<tr>
<td><font color="#CC1928" size="4"> <center> <b> <a

href="http://apgli.ap.gov.in/AnnualReport.aspx" target="_blank"> APGLI ANNUAL SLIP </a> </b>

</center> </font> </td>
</tr>

<tr>
<td> <a href="http://apgli.ap.gov.in/PolicyDetails.aspx" target="_blank"> <font

color="#CC1928" size="4"> <center> <b>APGLI POLICY DETAILS </b> </center> </font> </a> </td>
</tr>

<tr>
<td> <a href="https://treasury.ap.gov.in/ddoreq/index.php?service=lpccreationtot"

target="_blank"><font color="green" size="4"> <center> <b>YOUR SALARY DETAILS </b> </center>

</a> </font> </td>
</tr>
<tr>
<td><a href="https://cra-nsdl.com/CRA/" target="_blank"><font color="#FA00F2" size="4">

<center> <b>KNOW YOUR CPS </b> </center> </font> </a> </td>
</tr>
<tr>
<td> <a href="http://www.agap.cag.gov.in/SlipsGpf.aspx" target="_blank"> <font

color="#327008" size="4"> <center> <b>KNOW YOUR GPF </b> </center> </font> </a> </td>
</tr>
<tr>
<td><a href="http://www.aponline.gov.in/apportal/index.asp" target="_blank"><font

color="#7F1AA1" size="4"> <center> <b>AP ONLINE </b> </center> </font> </a> </td>
</tr>
<tr>
<td><a href="http://www.apspsc.gov.in/" target="_blank"><font color="red" size="4"> <center>

<b>APPSC SITE </b> </center> </font></a> </td>
</tr>
<tr>
<td><a href="http://www.dseap.gov.in/" target="_blank"><font color="green" size="4">

<center> <b>D.S.E,A.P,HYD </b> </center> </font> </a> </td>
</tr>
</tbody>
<tr bgcolor="#000000">
<td>

<marquee direction="left"> <font color="F76B00" size="4"> <b> IMP </b> </font> <font

color="#FFFFFF" size="4"> <b>FORMS & </b> </font> <font color="#0C940C" size="4">

<b>PROCEEDINGS</b> </font></marquee> </td>
</tr>
<tr>
<td>
<font color="#FA00F2" size="4"> <center> <b>P.F LOAN APPLICATION (Refundable) </b> </center>

</font>
</td>
</tr>
<tr>
<td>
<font color="green" size="4"> <center> <b>P.F LOAN APPLICATION (Non-Refundable) </b>

</center> </font>
</td>
</tr>
<tr>
<td>
<font color="red" size="4"> <center> <b>CPS APPLICATION FORM </b> </center> </font>
</td>
</tr>
<tr>
<td>
<font color="#FA00F2" size="4"> <center> <b>MODEL LEAVE PROCEEDINGS </b> </center> </font>
</td>
</tr>




<table border="0" v align="right" width="20%" height="20%"cellpadding="10">
<tbody>
<tr bgcolor="#000000">
<td>

<marquee direction="left"> <font color="F76B00" size="4"> <b> BEAUTY OF </b> </font> <font

color="#FFFFFF" size="4"> <b>WESTGODAVARI & </b> </font> <font color="#0C940C" size="4">

<b>ITS IMPORTANCE</b> </font></marquee> </td>
</tr>

<tr>
<td width="20%" valign="top" align="right">
<a href="http://www.konaseematourism.com/" target="_blank"> <img

src="http://rvmwg.webs.com/papikondalu_13390.jpg" width="200"

height="200"> </a>
<font size="4" color="red"> <b> <CENTER> BEAUTY OF PAPIHILLS</CENTER> </b>  </font> </td>
</tr>
<tr>
<td width="20%" valign="top" align="right">
<a href="http://www.westgodavari.org/" target="_blank"> <img

src="http://rvmwg.webs.com/westgodavariMap.gif" width="200" height="200"> </a>
<font size="4" color="red"> <b> <CENTER> WEST GODAVARI MAP</CENTER> </b>  </font> </td>
</tr>
<tr>
<td width="20%" valign="top" align="right">
<a href="http://www.dwarakatirumala.org/temple.html" target="_blank"> <img

src="http://rvmwg.webs.com/Subtemple-Gopuram_small.jpg" width="200" height="200"> </a>
<font size="4" color="red"> <b> <CENTER> DWARAKA TIRUMALA </CENTER> </b>  </font> </td>
</tr>
<tr>
<td width="20%" valign="top" align="right" target="_blank">
<a href="http://www.lakekolleru.com/800x600/Index_Page/Index_page.html" target="_blank">

<img src="http://rvmwg.webs.com/kolleru-lake.jpeg" width="200"

height="200"> </a>
<font size="4" color="red"> <b> <CENTER> BEAYTY OF KOLLERU LAKE </CENTER> </b>  </font>

</td>
</tr>
</tbody>
</table>

<table border="0" v align="center" width="50%" height="10%"cellpadding="20">
<tbody>
<tr bgcolor="#000000">
<td>
<marquee direction="left"> <font color="F76B00" size="5"> <b> IMPORTANT </b> </font> <font

color="#FFFFFF" size="5"> <b>INFORMATION & </b> </font> <font color="#0C940C" size="5"> <b>

DATA TABLES </b> </font></marquee> </td></tr>

<tr>
<td><img src="http://rvmwg.webs.com/new3.gif" /> <font size="4" color="blue"> <b>One Minute D.A.Table </b> </font> <a href="http://rvmwg.webs.com/D.A.Table.xls"target="_blank"> <font size="4" color="green"> <u> <b> CLICK

HERE </b> </u> </font> </a></td>
</td>
</tr>

<tr>
<td><img src="http://wgrvm.webs.com/new2.gif" /> <font size="4" color="green"> <b>November Syllabus for MRP's Monitoring </b> </font> <a href="http://rvmwg.webs.com/syllabus Nov.pdf"target="_blank"> <font size="4" color="blue"> <u> <b> CLICK

HERE </b> </u> </font> </a></td>
</td>
</tr>
<tr>
<td><img src="http://wgrvm.webs.com/flasher.gif" /> <font size="4" color="red"> <b>Way of formation of SMC </b> </font> <a href="http://rvmwg.webs.com/RVM SMC slide.ppt"target="_blank"> <font size="4" color="green"> <u> <b> CLICK

HERE </b> </u> </font> </a></td>
</td>
</tr>
<tr>
<td><img src="http://wgrvm.webs.com/flasher.gif" /> <font size="4" color="blue"> <b>G.O.No.130 on SMC </b> </font> <a href="http://rvmwg.webs.com/2011SE_MS130.pdf"target="_blank"> <font size="4" color="green"> <u> <b> CLICK

HERE </b> </u> </font> </a></td>
</td>
</tr>
<tr>
<td><img src="http://wgrvm.webs.com/new1.gif" /> <font size="4" color="green"> <b>MEO Drawing Officer to SMC Order </b> </font> <a href="http://rvmwg.webs.com/rvm meo powers.pdf"target="_blank"> <font size="4" color="red"> <u> <b> CLICK

HERE </b> </u> </font> </a></td>
</td>
</tr>
<tr>
<td><img src="http://wgrvm.webs.com/new1.gif" /> <font size="4" color="green"> <b>Tentative Seniority List Upto 2006 DSC </b> </font> <a href="http://rvmwg.webs.com/Seniority List.xls"target="_blank"> <font size="4" color="red"> <u> <b> CLICK

HERE </b> </u> </font> </a></td>
</td>
</tr>


<tr>
<td>
<img src="http://wgrvm.webs.com/new2.gif" />

<font size="4" color="blue"> <b> SSA RADIO LESSONS TO ALL CLASSES </b> </font> <a

href="http://www.indg.in/primary-education/childrenscorner/ssa_audio_indg" target="_blank">

<font size="4" color="red"> <b> <u> CLICK HERE</b> </u> </font> </a>
</td>
</tr>

<tr>
<td>
<img src="http://wgrvm.webs.com/new1.gif" />

<font size="4" color="green"> <b> FOR DSC 96&98 SENIORITY LIST  </b> </font> </img> <a

href="http://wgrvm.webs.com/documents/DSC 96&98.pdf" target="_blank"> <font size="4"

color="red"> <b> <u>CLICK HERE</u> </b> </font> </a>
</td>
</tr>
<tr>
<td>
<img src="http://wgrvm.webs.com/guestboo.gif"/> <font size="4" color="blue"> <b> FOR WATCH

ANY TELUGU NEWS PAPER   </b> </font> </img> <a

href="http://www.ap7am.com/ap7am_news_links.php?id=1" target="_blank"> <font size="4"

color="green"> <b> <u>&nbsp;CLICK HERE</u> </b> </font> </a>
</td>
</tr>
</table>

<table border="0" v align="center" width="20%" height="20%"cellpadding="10">
<tbody>
<tr>
<td>
<font color="red" size="3"> <b> &nbsp; &nbsp; &nbsp;<u> VISITORS NUMBER</u> </b> </font>
<!-- Histats.com  START  (standard)-->
<script type="text/javascript">document.write(unescape("%3Cscript src=%27http://s10.histats.com/js15.js%27 type=%27text/javascript%27%3E%3C/script%3E"));</script>
<a href="http://www.histats.com" target="_blank" title="" ><script  type="text/javascript" >
try {Histats.start(1,1609163,4,10,200,40,"00011111");
Histats.track_hits();} catch(err){};
</script></a>
<noscript><a href="http://www.histats.com" target="_blank"><img  src="http://sstatic1.histats.com/0.gif?1609163&101" alt="" border="0"></a></noscript>
<!-- Histats.com  END  -->
</td>
</tr>
</table>

<table border="0" v align="center" width="57%" height="10%"cellpadding="20">
<tbody>
<tr bgcolor="#000000">
<td>
<font color="#8A948B" size="3"> <b> Site Created by:</b> </font>  <font color="#EB12DD"

face="lucida calligraphy" size="4"> <b> G.V.Ramanjaneyulu </b> </font>
<font color="blue" size="3"> <b> M.Sc.,B.Ed.,</b> </font> <font color="#18A10B" size="3">
<b> M.R.P,UNDI </b> </font>
<p><center>
<font color="#8A948B" size="3"> <b>email:</b></font> <font color="#33FFFF" size="3"> <b>r a m u n d i m r p @ g m a i l . c o m</b> </font>
<font face="arial" size="3" color="#EB12DD"> <b>Cell:</b> </font><font face="arial" size="3" color="#18A10B"> <b> 8886327170 </b> </font></center>

</td>
</tr>
</table>

<table border="0" width="50%" height="5%" cellpadding="10" >

            <tr>

                <td width="20%" valign="bottom" align="center">


<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"

codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,

0" width="200" height="220" id="GupShupSwf" align="middle"><param name="allowScriptAccess"

value="sameDomain" /><param name="transparent" value="wmode"/><param name="allowFullScreen"

value="false" /><param name="flashvars" value="group=wgrvm&bg=CCFFFF&fg=333333" /><param

name="movie" value="http://api.smsgupshup.com/images/swf/GupShup.1.0.81680.swf" /><param

name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed

src="http://api.smsgupshup.com/images/swf/GupShup.1.0.81680.swf" quality="high"

bgcolor="#ffffff" width="200" height="220" flashvars="group=wgrvm&bg=CCFFFF&fg=333333"

name="GupShupSwf" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false"

type="application/x-shockwave-flash"

pluginspage="http://www.macromedia.com/go/getflashplayer" ></embed></object></CENTER><br

/><br />  </td>




                   
               
                <td width="60%" valign="center" align="center">

                </td>

               

           </tr>

        </table>

<!-- --><script type="text/javascript"

src="http://images.webs.com/static/global/js/webs/usersites/escort.js"></script><script

type="text/javascript">if(typeof(urchinTracker)=='function'){_uacct="UA-230305-2";_udn="none

";_uff=false;urchinTracker();}</script>
</body>

</html>