var vypis ="<?php for ($i=0; $i <= count($allergens1); $i++) { echo $allergens1[$i].\"<br>\"; } ?>"; alert(vypis);