ERROR (function($){
//----------------------------------------------------------------
// CWaitIcon
//----------------------------------------------------------------
function CWaitIcon( url_img )
{
var s = '';
s += " |
<head> ... ...<script type="text/javascript" src="/wp/poll/jquery.js"></script> <script type="text/javascript" src="/wp/poll/ajax-poll.php"></script>... ... </head>
<body> ... ...<div class='ajax-poll' tclass='demo-your-first-poll'></div>... ... </body>
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <script type="text/javascript" src="/wp/poll/jquery.js"></script> <script type="text/javascript" src="/wp/poll/ajax-poll.php"></script> </head> <body> <div class='ajax-poll' tclass='demo-your-first-poll'></div> </body> </html>