function content_in(){
if(document.title == 'Planckfilm - Jobber' || document.title =="Planckfilm - Projects"){
document.getElementById('loading_img').style.display = 'none';
jobberIn()
}
runInAnim();
}