Missing Method in ResellersController

Error: The action www.prosoundmusicstore.ca is not defined in controller ResellersController

Error: Create ResellersController::www.prosoundmusicstore.ca() in file: app/controllers/resellers_controller.php.

<?php
class ResellersController extends AppController {

	var $name = 'Resellers';


	function www.prosoundmusicstore.ca() {

	}

}
?>

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