Scusatemi. Mi sapreste dire cosa c'è di sbagliato nella sintassi che include il codice php nella variabile javascript? Grazie.
var memorycontent='<nobr><span style="font: bold 13px Verdana"><?PHP
error_reporting (E_ALL ^ E_NOTICE);
if($_GET['go'] == "" or $_GET['go'] == "news"){
$template = "Headlines";
$number = "3";
$category = "2";
$PHP_SELF = "news/news.php";
include("news/show_news.php");
}
</span></nobr>'