piszac ten temat chcialbym opisac swoj problem mianowicie tak jak w tytule tematu widac mam problem z umieszczeniem jawy script na swojej stronie .Chodzi mi o umieszczenie skryptu Patrz Tutaj kliknij Lauch Google .Gdy probuje wstawic ten skrypt na strone wyskakuje mi Blad o tresci :
CODE
Fatal error: Smarty error: [in default2/djrafi.tpl line 9]: syntax error: unrecognized tag: $("a.greybox").click(function(){
var t = this.title || $(this).text() || this.href;
GB_show(t,this.href,400,400);
return false; (Smarty_Compiler.class.php, line 439) in /home/rafi/domains/power-stacja.net/public_html/whmcs/libs/Smarty.class.php on line 1095
var t = this.title || $(this).text() || this.href;
GB_show(t,this.href,400,400);
return false; (Smarty_Compiler.class.php, line 439) in /home/rafi/domains/power-stacja.net/public_html/whmcs/libs/Smarty.class.php on line 1095
niewiem dlaczego tak sie dzieje .Gdy usune kod javy strona normalnie sie wczytuje

dlaa lepszego opisania problemu wstawie kod strony
CODE
<head>
<script type="text/javascript" src="http://jquery.com/src/latest/"></script>
<script type="text/javascript" src="greybox.js"></script>
<link href="greybox.css" rel="stylesheet" type="text/css" media="all" />
<script type="text/javascript">
var GB_ANIMATION = true;
$(document).ready(function(){
$("a.greybox").click(function(){
var t = this.title || $(this).text() || this.href;
GB_show(t,this.href,400,400);
return false;
<script type="text/javascript" src="http://jquery.com/src/latest/">
<script type="text/javascript" src="greybox.js">
<script type="text/javascript">
var GB_ANIMATION = true;
$(document).ready(function(){
$("a.greybox").click(function(){
var t = this.title || $(this).text() || this.href;
GB_show(t,this.href,400,400);
return false;
});
});
});
});
</script>
</head>
<style type="text/css">
</style>
<div align="left">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="160" id="AutoNumber1">
<tr>
<td width="85%" height="160">
<table width="100%">
<tr><td>Przenterzy</td><td>Kanał</td></td></tr>
<tr><td><ul><a href="i.html" title="Rafi" class="greybox">Rafi</a></ul></td><td>Kanał</td></tr>
<tr><td>asdasdasdsad</td><td>Kanał</td></tr>
<tr><td>sadasdasdas</td><td>Kanał</td></tr>
<tr><td>ssdfa</td><td>Kanał</td></tr>
<tr><td></td><td>Disco polo</td></tr></table>
<LI>Funkcja: Właściciel <LI>Imię: Rafał<LI>Nazwisko: Kostrzewa<LI>Urodzony: 00-00-0000<LI>Kontakt e-mail: djrafi@tlen.pl<LI>Styl: umc umc<LI>Zdjecie:<BR>
</td>
<td width="122" height="160" valign="middle"><center><a href="images/mini2936771760.jpg" rel="lightbox"><img src="images/2936771760.jpg" width="100" height="40" alt="" /></a></center>
</td>
</tr>
</table>
</div>
<script type="text/javascript" src="http://jquery.com/src/latest/"></script>
<script type="text/javascript" src="greybox.js"></script>
<link href="greybox.css" rel="stylesheet" type="text/css" media="all" />
<script type="text/javascript">
var GB_ANIMATION = true;
$(document).ready(function(){
$("a.greybox").click(function(){
var t = this.title || $(this).text() || this.href;
GB_show(t,this.href,400,400);
return false;
<script type="text/javascript" src="http://jquery.com/src/latest/">
<script type="text/javascript" src="greybox.js">
<script type="text/javascript">
var GB_ANIMATION = true;
$(document).ready(function(){
$("a.greybox").click(function(){
var t = this.title || $(this).text() || this.href;
GB_show(t,this.href,400,400);
return false;
});
});
});
});
</script>
</head>
<style type="text/css">
</style>
<div align="left">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="160" id="AutoNumber1">
<tr>
<td width="85%" height="160">
<table width="100%">
<tr><td>Przenterzy</td><td>Kanał</td></td></tr>
<tr><td><ul><a href="i.html" title="Rafi" class="greybox">Rafi</a></ul></td><td>Kanał</td></tr>
<tr><td>asdasdasdsad</td><td>Kanał</td></tr>
<tr><td>sadasdasdas</td><td>Kanał</td></tr>
<tr><td>ssdfa</td><td>Kanał</td></tr>
<tr><td></td><td>Disco polo</td></tr></table>
<LI>Funkcja: Właściciel <LI>Imię: Rafał<LI>Nazwisko: Kostrzewa<LI>Urodzony: 00-00-0000<LI>Kontakt e-mail: djrafi@tlen.pl<LI>Styl: umc umc<LI>Zdjecie:<BR>
</td>
<td width="122" height="160" valign="middle"><center><a href="images/mini2936771760.jpg" rel="lightbox"><img src="images/2936771760.jpg" width="100" height="40" alt="" /></a></center>
</td>
</tr>
</table>
</div>
prosze o pomoc bede naprwde wdzieczny:)
