<?php
    $a1 = "Here is the \"best\" apple around"; 
    ?>
    
var str = <?php echo json_encode($a1); ?>;
