		<!--
		/***********************************************
		* Pausing updown message scroller- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
		* This notice MUST stay intact for legal use
		* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
		***********************************************/
		
		//configure the below five variables to change the style of the scroller
		var scrollerdelay='4000' //delay between msg scrolls. 3000=3 seconds.
		var scrollerwidth='150px'
		var scrollerbgcolor=''
		//set below to '' if you don't wish to use a background image
		var scrollerbackground=''
		var statusStyle = "color: #949494; font-size: 11px; line-height: 17px; font-family: Verdana, Arial, Helvetica; text-decoration: none; font-weight: bold";
		var scrollerheight='80px'
		
		//configure the below variable to change the contents of the scroller
		var messages=new Array()
		//messages[0]='<a class="module_bodytext" href="badlink">2007 Comprehensive Annual Financial Report</a><br><img src="../../includes/site_images/spacers/spacer.gif" width="1" height="5"><br>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et.';
		//messages[1]='<a class="module_bodytext" href="badlink">2007 Comprehensive Annual Financial Report</a><br><img src="../../includes/site_images/spacers/spacer.gif" width="1" height="5"><br>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et.';;
		//messages[2]='<a class="module_bodytext" href="badlink">2007 Comprehensive Annual Financial Report</a><br><img src="../../includes/site_images/spacers/spacer.gif" width="1" height="5"><br>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et.';;
		//messages[3]='<a class="module_bodytext" href="badlink">2007 Comprehensive Annual Financial Report</a><br><img src="../../includes/site_images/spacers/spacer.gif" width="1" height="5"><br>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et.';;
		
		messages[0]='<a class="module_bodytext" href="../../html/loan_services/loan.shtml#taxfinal">Taxable Liability of the Final Loan </a>'
		messages[1]='<a class="module_bodytext" href="../../downloads/pdf/military548.pdf">Updated Military Service Credit--Chap 548 Buyback Application</a> (in PDF)'
		messages[2]='<a class="module_bodytext" href="../../html/financial_information/financial.shtml">2008 Comprehensive Annual Financial Report </a>'
		messages[3]='<a class="module_bodytext" href="../../downloads/pdf/pba_flyer.pdf">PBA/SBA Pension Seminar Flyer</a> (in PDF)'
		messages[4]='<a class="module_bodytext" href="../../html/about_ppf/new.shtml#fin_update">Finalization Status Update</a>'
		messages[5]='<a class="module_bodytext" href="../../downloads/pdf/PPA2006.pdf">Pension Protection Act of 2006</a> (in PDF)'
		messages[6]='<a class="module_bodytext" href="../../html/retirement_services/death.shtml">Retiree Death Information </a>'
		messages[7]='<a class="module_bodytext" href="../../html/important_dates/disability_board.shtml">2009 Disability Board Meeting and Pension Investment Meeting Schedule </a>'
		

		///////Do not edit pass this line///////////////////////
		// some new variables
		var running = 0;
		var stopped = 0;
		var stopCompleted = 0;
		var scrollForward = 1;
		var topLayer;
		var bottomLayer;
		
		var ie=document.all
		var dom=document.getElementById
		
		if (messages.length>2)
			i=2
		else
			i=0
		
		function move1(whichlayer){
			tlayer=eval(whichlayer)
			if (tlayer.top>0&&tlayer.top<=5){
				tlayer.top=0
				setTimeout("move1(tlayer)",scrollerdelay)
				setTimeout("move2(document.main.document.second)",scrollerdelay)
				return
			}
			if (tlayer.top>=tlayer.document.height*-1){
				tlayer.top-=5
				setTimeout("move1(tlayer)",50)
			}
			else{
				tlayer.top=parseInt(scrollerheight)
				tlayer.document.write(messages[i])
				tlayer.document.close()
				if (i==messages.length-1)
					i=0
				else
					i++
			}
		}
		
		function move2(whichlayer){
			tlayer2=eval(whichlayer)
			if (tlayer2.top>0&&tlayer2.top<=5){
				tlayer2.top=0
				setTimeout("move2(tlayer2)",scrollerdelay)
				setTimeout("move1(document.main.document.first)",scrollerdelay)
				return
			}
			if (tlayer2.top>=tlayer2.document.height*-1){
				tlayer2.top-=5
				setTimeout("move2(tlayer2)",50)
			}
			else{
				tlayer2.top=parseInt(scrollerheight)
				tlayer2.document.write(messages[i])
				tlayer2.document.close()
				if (i==messages.length-1)
					i=0
				else
					i++
			}
		}
		
		function move3(whichdiv){
			tdiv=eval(whichdiv)
			if (parseInt(tdiv.style.top)>0&&parseInt(tdiv.style.top)<=5){
				tdiv.style.top=0+"px"
				if (stopped == 1) {switchButton(1); return;}
				setTimeout("move3(tdiv)",scrollerdelay)
				setTimeout("move4(second2_obj)",scrollerdelay)
				return
			}
			if (parseInt(tdiv.style.top)>=tdiv.offsetHeight*-1){
				if (stopped == 1 && parseInt(tdiv.style.top) == 0) {switchButton(1); return;}
				if (stopped == 1 && parseInt(tdiv.style.top) == parseInt(scrollerheight)) {switchButton(1); return;}
				tdiv.style.top=parseInt(tdiv.style.top)-5+"px"
				setTimeout("move3(tdiv)",50)
			}
			else{
				tdiv.style.top=parseInt(scrollerheight)
				tdiv.innerHTML=messages[i]
				itemStatus();
				if (i==messages.length-1)
					i=0
				else
					i++
			}
		}
		
		function move4(whichdiv){
			tdiv2=eval(whichdiv)
			if (parseInt(tdiv2.style.top)>0&&parseInt(tdiv2.style.top)<=5){
				tdiv2.style.top=0+"px"
				if (stopped == 1) {switchButton(1); return;}
				setTimeout("move4(tdiv2)",scrollerdelay)
				setTimeout("move3(first2_obj)",scrollerdelay)
				return
			}
			if (parseInt(tdiv2.style.top)>=tdiv2.offsetHeight*-1){
				if (stopped == 1 && parseInt(tdiv2.style.top) == 0) {switchButton(1); return;}
				if (stopped == 1 && parseInt(tdiv2.style.top) == parseInt(scrollerheight)) {switchButton(1); return;}
				tdiv2.style.top=parseInt(tdiv2.style.top)-5+"px"
				setTimeout("move4(second2_obj)",50)
			}
			else{
				tdiv2.style.top=parseInt(scrollerheight)
				tdiv2.innerHTML=messages[i]
				itemStatus();
				if (i==messages.length-1)
					i=0
				else
					i++
			}
		}
		
		function startscroll(){
			// make sure function doesn't fun twice
			if (running != 0)
				return

			running++
		
			if (ie||dom){
				first2_obj=ie? first2 : document.getElementById("first2")
				second2_obj=ie? second2 : document.getElementById("second2")
				move3(first2_obj)
				second2_obj.style.top=scrollerheight
				second2_obj.style.visibility='visible'
				switchButton(0);
				document.getElementById("itemStatus").innerHTML = '<span id="itemStatus" style="' + statusStyle + '">  1 of ' + messages.length + '</span>';
			}
			else if (document.layers){
				document.main.visibility='show'
				move1(document.main.document.first)
				document.main.document.second.top=parseInt(scrollerheight)+5
				document.main.document.second.visibility='show'
			}
		}
		
		function itemStatus() {
			document.getElementById("itemStatus").innerHTML = '<span id="itemStatus" style="' + statusStyle + '">' + (i==0?messages.length:i) + ' of ' + messages.length + '</span>';
		}
		
		function stopScroll() {
			stopped = 1;
			switchButton(2);
		}
		
		function restartScroll() {
			if (stopped == 0 ) {return;}
			stopped = 0;
			if (scrollForward == 0) {
				if (i==messages.length-1) {
					i=1;
				} else if (i==messages.length-2) {
					i=0;
				} else {
					i=i+2
				}
			}
			
			move3(first2_obj);
			move4(second2_obj);
			
			switchButton(0);
			scrollForward = 1;
			stopCompleted = 0;
		}
		
		function switchButton(what) {
			if (what==0) {
				document.getElementById("startstop").innerHTML = '<a href="javascript:stopScroll();"><img src="../../includes/site_images/misc/right_now_hold.gif" name="right_now_hold" border="0" align="absmiddle" alt="Pause Scroll" onMouseOver="scrollIconSwap(\'right_now_hold\',this,0);" onMouseOut="scrollIconSwap(\'right_now_hold\',this,1);"></a>';
				document.getElementById("nextbutton").innerHTML = '<a href="javascript:nextScroll();"><img src="../../includes/site_images/misc/right_now_forward.gif" name="right_now_forward" border="0" align="absmiddle" alt="Next Item" onMouseOver="scrollIconSwap(\'right_now_forward\',this,0);" onMouseOut="scrollIconSwap(\'right_now_forward\',this,1);"></a>';
				document.getElementById("backbutton").innerHTML = '<a href="javascript:backScroll();"><img src="../../includes/site_images/misc/right_now_back.gif" name="right_now_back" border="0" align="absmiddle" alt="Previous Item" onMouseOver="scrollIconSwap(\'right_now_back\',this,0);" onMouseOut="scrollIconSwap(\'right_now_back\',this,1);"></a>';
			} else if (what==1) {
				first2_top=parseInt(document.getElementById("first2").style.top)
				second2_top=parseInt(document.getElementById("second2").style.top)
				if ((first2_top != 0 && first2_top != parseInt(scrollerheight)) || (second2_top != 0 && second2_top != parseInt(scrollerheight))) {
					setTimeout("switchButton(1)",50)
					return;
				}
				document.getElementById("startstop").innerHTML = '<a href="javascript:restartScroll();"><img src="../../includes/site_images/misc/right_now_scroll.gif" name="right_now_scroll" border="0" align="absmiddle" alt="Resume Scroll" onMouseOver="scrollIconSwap(\'right_now_scroll\',this,0);" onMouseOut="scrollIconSwap(\'right_now_scroll\',this,1);"></a>';
				document.getElementById("nextbutton").innerHTML = '<a href="javascript:nextScroll();"><img src="../../includes/site_images/misc/right_now_forward.gif" name="right_now_forward" border="0" align="absmiddle" alt="Next Item" onMouseOver="scrollIconSwap(\'right_now_forward\',this,0);" onMouseOut="scrollIconSwap(\'right_now_forward\',this,1);"></a>';
				document.getElementById("backbutton").innerHTML = '<a href="javascript:backScroll();"><img src="../../includes/site_images/misc/right_now_back.gif" name="right_now_back" border="0" align="absmiddle" alt="Previous Item" onMouseOver="scrollIconSwap(\'right_now_back\',this,0);" onMouseOut="scrollIconSwap(\'right_now_back\',this,1);"></a>';
				stopCompleted = 1;
			} else if (what==2) {
				document.getElementById("startstop").innerHTML = '<img src="../../includes/site_images/misc/right_now_wait.gif" border="0" align="absmiddle" alt="Please Wait...">';
				document.getElementById("nextbutton").innerHTML = '<img src="../../includes/site_images/misc/right_now_forward.gif" name="right_now_forward" border="0" align="absmiddle" alt="Next Item">';
				document.getElementById("backbutton").innerHTML = '<img src="../../includes/site_images/misc/right_now_back.gif" name="right_now_back" border="0" align="absmiddle" alt="Previous Item">';
			}	
		}
		
		function nextScroll() {
			if (stopped == 0) {	stopScroll(); }
			if (stopCompleted == 0) {
				setTimeout("nextScroll()",50)
				return;
			}
			if (parseInt(document.getElementById("first2").style.top)==0) {
				topLayer = document.getElementById("first2");
				bottomLayer = document.getElementById("second2");
			} else {
				bottomLayer = document.getElementById("first2");
				topLayer = document.getElementById("second2");
			}
			if (scrollForward == 0) {
				if (i==messages.length-1) {
					i=1;
				} else if (i==messages.length-2) {
					i=0;
				} else {
					i=i+2
				}
			}
			eval(topLayer).innerHTML = (i==0?messages[messages.length-1]:messages[i-1]);
			eval(bottomLayer).innerHTML = messages[i];
			itemStatus();
			scrollForward = 1;
			if (i==messages.length-1) {
				i=0;
			} else {
				i++;
			}
		}
		
		function backScroll() {
			if (stopped == 0) {	stopScroll(); }
			if (stopCompleted == 0) {
				setTimeout("backScroll()",50)
				return;
			}
			if (parseInt(document.getElementById("first2").style.top)==0) {
				topLayer = document.getElementById("first2");
				bottomLayer = document.getElementById("second2");
			} else {
				bottomLayer = document.getElementById("first2");
				topLayer = document.getElementById("second2");
			}
			if (scrollForward == 1) {
				if (i==0) {
					i=messages.length-2;
				} else if (i==1) {
					i=messages.length-1;
				} else {
					i=i-2
				}
			}
			eval(topLayer).innerHTML = (i==0?messages[messages.length-1]:messages[i-1]);
			eval(bottomLayer).innerHTML = messages[i];
			itemStatus();
			scrollForward = 0;
			if (i==0) {
				i=messages.length-1;
			} else {
				i--;
			}
		}
		
		function scrollIconSwap(iconImg, what, which) {
			var imgPath = "../../includes/site_images/misc/";
			if (which == 0) {
				what.src = imgPath + iconImg + "_over.gif";
			} else {
				what.src = imgPath + iconImg + ".gif";
			}
		}
		

		
		window.onload=startscroll
		//-->
function arrow_switch(elem){
	control = document.getElementById(elem);
	control.src = '../../includes/site_images/module/module_arrow_over.gif';
}

function arrow_switch_back(elem){
	control = document.getElementById(elem);
	control.src = '../../includes/site_images/module/module_arrow.gif';
}

function arrow_switch2(elem){
	control = document.getElementById(elem);
	control.src = '../../includes/site_images/module/module_arrow2_over.gif';
}

function arrow_switch_back2(elem){
	control = document.getElementById(elem);
	control.src = '../../includes/site_images/module/module_arrow2.gif';
}