Problem when UI Button loads a scene

When I load a scene with Application.LoadLevel() on button click the scene that I load has a problem where no public variables are set (variables that I define using the inspector) and all of my buttons no longer have their functions attached. Why is this happening?

I could really need some help on this. My project is due soon.