Missing Controller

Error: JsController could not be found.

Error: Create the class JsController below in file: samgallery/controllers/js_controller.php

<?php
class JsController extends AppController {

	var $name = 'Js';
}
?>

Notice: If you want to customize this error message, create samgallery/views/errors/missing_controller.ctp

Notice (8): Undefined variable: pages [APP/views/layouts/default.ctp, line 18]
Warning (2): Invalid argument supplied for foreach() [APP/views/layouts/default.ctp, line 18]