/* $('a').address(function() {  
        return $(this).attr('href').replace(/^#/, '');  
		alert('working');
		finished();
    });  
	
	
	function finished()
	{
		alert('finished');	
	}*/
	
	
	/*$.address.change(function(event) {  
    // do something depending on the event.value property, e.g.  
    // $('#content').load(event.value + '.xml');  
});  
$('a').click(function() {  
    $.address.value($(this).attr('href'));  
}); */
