On 4/20/07, Rick Faircloth <[EMAIL PROTECTED]> wrote:

        $(document).ready()(function { \n


Should be:

$(document).ready(function() {
   // stuff goes here...
});

--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com

Reply via email to