How to create a widget (badge) using javascript

How to create a widget (badge) using javascript

Hello,

i want to display on the partener's website some informations contained on my serveur relative to him
(i have multiple parteners)

and i thought it would be great to display them like the facebook badge (it's the only example which comes to my mind)

the thing : i really don't know what to do / how to begin :

  1. i cannot use jquery, because it would involve that the parteneer website has jQuery.


I have multiple possibilites on the source of the information :
  • I can cache a PHP file wich contains informations (but i have 25 parteners so it would be 25 files cached ? -> bad )

  • I've a XML file ( http://bit.ly/9kzBDP ) but i don't know how to parse an xml file either :O
to give you an example i just want to display on crystal-serv information contained between the <GSP> tag where nom = crystal-serv




If you could give me examples, tutorials, how-to....

Thank you,