var message="Forum Alumni Politeknik Pos Indonesia"
var message=message+"          " 
i="0"			         
var temptitle=""                 
var speed="150"                  

function titler(){
if (!document.all&&!document.getElementById)
return
document.title=temptitle+message.charAt(i)  
temptitle=temptitle+message.charAt(i)       
i++					    
if(i==message.length)			    
{
i="0"					    
temptitle=""				    
}
setTimeout("titler()",speed) 		   
}

window.onload=titler

<!--
  function Eins()
    {window.status = "      >   -  -  -  -  -  - < < < Selamat datang Di Forum Alumni > > >   -  -  -  -  -  - <  ";
    setTimeout("Zwei()",750);
    }
  function Zwei()
    {window.status = "      >  -  -  -  -  -  -  < < < Politeknik Pos Indonesia > > >  -  -  -  -  -  -  <  ";
    setTimeout("Drei()",750);
    }
  function Drei()
    {window.status = "      > -  -  -  -  -  -   < < < Forum Alumni > > > -  -  -  -  -  -   <  ";
    setTimeout("Eins()",750);
    }
  Eins();

	function NewWindow(mypage, myname, w, h, scroll) {
		var winl = (screen.width - w) / 2;
		var wint = (screen.height - h) / 2;
		winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
		win = window.open(mypage, myname, winprops)
		if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}

// -->
