its ok I sorted it but if anyone else need this info
copy and paste this into a html editor
then save it as block-nhq.php then upload it to your nuke site in the blocks folder then go to blocks admin and add block look on the list note : add it as a center block
enjoy
PHP Code:
<?php
#### Block created by Devil email me @ [email]devil_mislead@hotmail.co.uk[/email] ###
if (eregi("block-Block_nhq.php",$PHP_SELF)) {
Header("Location: index.php");
die();
}
$content = "<!--Begin Novahq.net exchange code -->";
$content .= "<script language=\"JavaScript\" src=\"http://Your code here \"></script>";
$content .= "<!--End Novahq.net exchange code -->";