Jquery URL Shortener plugin using Google URL Shortener API
jQuery.urlShortener.settings.apiKey='YOUR_API_KEY___________';
shortUrl = jQuery.urlShortener({longUrl:"http://hayageek.com"});
longURL = jQuery.urlShortener({shortUrl:"http://goo.gl/4W9fZ"});
info = jQuery.urlShortener({shortUrl:"http://goo.gl/4W9fZ",projection:"FULL"});
Projection types: FULL,ANALYTICS_CLICKS,ANALYTICS_TOP_STRINGS