I was always downloading the jquery javascript and playing with its functions until I realised that hey… it can be done dynamically by google. Basically, it is a 2 step process:
Step 1: get the jsapi javascript from google
<script src="http://www.google.com/jsapi"></script> <script> // Load jQuery google.load("jquery", [...]





