Witam chciałbym ten JS wstawić do zmiennej i mam z tym problem bo cały czas wywal błędy
<?php
$bilbord_glowna = "<script type="text/javascript">
<!--
if(!BSWFfile)
{
document.getElementById('bilbord').innerHTML = '<center><noscript><a href="reklama/adclick.php?n=a2ee9d7b" target="_blank"><img src="reklama/adview.php?clientid=28&n=a2ee9d7b" border="0" alt=""></a></noscript></center>';
if (!document.phpAds_used) document.phpAds_used = ',';
phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
document.write ("reklama/adjs.php?n=" + phpAds_random);
document.write ("&clientid=28");
document.write ("&exclude=" + document.phpAds_used);
if (document.referrer)
document.write ("&referer=" + escape(document.referrer));
document.write ("'><" + "/script>");
}
//-->
</script>";
?>