<?php 
include "banner.php";
$out="hellp"; ?>


var path = "tick.jpg";
document.write("<IMG SRC=" +path+ ">") 
document.write("Please thank this site for adding a link to me!");

var sStr = "My name is <?php echo $newcontent; ?>."; 
 document.write(sStr); 

