window.onload=startup;


function startup(){
	translater();
	css_selecter(3);
	if(document.getElementById("harbox")){
		harbot();
	}
}
