set timeout?

$w.onReady(()=>{
	setTimeout(()=>{ INSERT SOME CODE HERE },500);
	
	setTimeout(()=>{ INSERT SOME CODE HERE	},1000);

	setTimeout(()=>{ INSERT SOME CODE HERE	},1500);
});