
window.onload=function(){
	try{
		this.puls = document.getElementById(document.getElementById('page_name').value);
		this.puls.className += ' pushed';
	}catch(e){}
}