Can somebody please help me how to set my entity to be at the front most. I am the script below and my entity is behind all panels. how can i have it infront or top most layer?

Script:
function load_frog_run()
{
// level_load("road.wmb");
level_load("");
wait(1);
ent_create("frog_run.mdl", vector(400, 0, -50), frog_run);

}