// JavaScript Document

var swidth='100%';
var sheight='230';

var sspeed=1;
var restart=sspeed;
var rspeed=sspeed;

var spause=2000;

var sbcolor="none";

var singletext= new Array();

singletext[0]= '<div style="border-bottom:1px dashed #FFF;"><b>Construction Tender Invitation</b></div><a href="notice/2011_11/construction_tender.pdf" target="_blank" title="Construction Tender Invitation">Download as PDF File (389 KB)</a><br /><span class="gspan"><b>08-11-2011</b></span>';

singletext[1]= '<div style="border-bottom:1px dashed #FFF;"><b>Applications invited for extra temporary posts</b></div><a href="notice/2011_11/rpm_jobs.pdf" target="_blank" title="Application for Extra Temporary Posts">Download as PDF File (384 KB)</a><br /><span class="gspan"><b>07-11-2011</b></span>';

singletext[2]= '<div style="border-bottom:1px dashed #FFF;"><b>Tender Invitation</b></div><a href="notice/2011_11/rpm_tender.pdf" target="_blank" title="Tender Invitation">Download as PDF File (492 KB)</a><br /><span class="gspan"><b>07-11-2011</b></span>';
		
singletext[3]= '<div style="border-bottom:1px dashed #FFF;"><b>College celebrates 125<sup>th</sup> year</b></div><b>RAJA PEARY MOHAN COLLEGE</b> (Estd. 20th June 1887), one of the earliest institutions of Higher Education established in the State of West Bengal, is affiliated to the <a href="http://www.caluniv.ac.in/" title="Calcutta University" target="_blank">University of Calcutta</a> and offers both General and Honours Degree Undergraduate Courses in the streams of Arts, Science and Commerce. The college is celebrating its 125th year of establishment from 20th June 2011 to 20th June 2012. (1887-2012)<br /><span class="gspan"><b>04-05-2011</b></span>';

//singletext[2]= '<b>News &amp; Events Heading</b><br /><br />Place your news and text here with links.<br /><span class="gspan"><b><i>You can place the date here</i></b></span>';
		
var ii=0;
function goup(){if(sspeed!=rspeed*16){sspeed=sspeed*2;restart=sspeed;}}

function start(){
if(document.getElementById){ns6div=document.getElementById('iens6div');ns6div.style.top=sheight+"px";ns6div.innerHTML=singletext[0];sizeup=ns6div.offsetHeight;ns6scroll();}
else 
if(document.layers){ns4layer=document.ns4div.document.ns4div1;ns4layer.top=sheight;ns4layer.document.write(singletext[0]);ns4layer.document.close();sizeup=ns4layer.document.height;ns4scroll();}
else 
if(document.all){iediv=iens6div;iediv.style.pixelTop=sheight+"px";iediv.innerHTML=singletext[0];sizeup=iediv.offsetHeight;iescroll();}}

function iescroll(){if(iediv.style.pixelTop>0&&iediv.style.pixelTop<=sspeed){iediv.style.pixelTop=0;setTimeout("iescroll()",spause);}else 
if(iediv.style.pixelTop>=sizeup*-1){iediv.style.pixelTop-=sspeed+"px";setTimeout("iescroll()",100);}else{if(ii==singletext.length-1)ii=0;else ii++;iediv.style.pixelTop=sheight+"px";iediv.innerHTML=singletext[ii];sizeup=iediv.offsetHeight;iescroll();}}

function ns4scroll(){if(ns4layer.top>0&&ns4layer.top<=sspeed){ns4layer.top=0;setTimeout("ns4scroll()",spause);}else 
if(ns4layer.top>=sizeup*-1){ns4layer.top-=sspeed;setTimeout("ns4scroll()",100);}else{if(ii==singletext.length-1)ii=0;else ii++;ns4layer.top=sheight;ns4layer.document.write(singletext[ii]);ns4layer.document.close();sizeup=ns4layer.document.height;ns4scroll();}}

function ns6scroll(){if(parseInt(ns6div.style.top)>0&&parseInt(ns6div.style.top)<=sspeed){ns6div.style.top=0;setTimeout("ns6scroll()",spause);}else 
if(parseInt(ns6div.style.top)>=sizeup*-1){ns6div.style.top=parseInt(ns6div.style.top)-sspeed+"px";setTimeout("ns6scroll()",100);}
else{if(ii==singletext.length-1)ii=0;else ii++;
ns6div.style.top=sheight+"px";ns6div.innerHTML=singletext[ii];sizeup=ns6div.offsetHeight;ns6scroll();}}

