
function shrink_url(){
	new Ajax.Updater('shrunk', 'shrink.url', {
	  parameters: { url: $F('url') },
	  insertion: Insertion.Top
	});
	
}
