lonestriker

Topic: Linked In on main page

I need the following script to run next to each company name

<script src=\"http://www.linkedin.com/companyInsider?script&useBorder=yes\" type=\"text/javascript\"></script>
  </head>
  <body>
    LinkedIn <span id=\"li\"></span> is a wonderful networking tool for professionals.
    <script type=\"text/javascript\">
      new LinkedIn.CompanyInsiderPopup(\"li\",\"LinkedIn\");
    </script>

Im looking to have it load next to the company name on the main page...any ideas?