$.address.change(function(event) { 
	if (event.value.length > 3) {
    // do something depending on the event.value property, e.g.  
   $('#content_padding').load('content'+ event.value + '.php');  
	}
});  
$('a').click(function() {  
    $.address.value($(this).attr('href'));  
});  
