$(document).ready( function() {   
	$('div.demo').jqDock(
		{
			align:'right', 
			size: 90, 
			distance: 150,
			coefficient: 2,
			labels: true,
			duration: 130
			//source: this.src.replace(/(jpg|gif)$/,'jpg')
		}
	);		
});
