Click to Change Scene

I am creating a 2D games where to progress to the next section you click on an area of the background (e.g. a road) and it will then link you to the next scene. Does anybody know a way this can be done?

Use Application.LoadLevel on collider using OnMouseDown.