$search = <<< JS
... your JS code here
JS;
$this->registerJs($search, View::POS_READY);
// where $position can be View::POS_READY (the default),
// or View::POS_HEAD, View::POS_BEGIN, View::POS_END
?>