jQuery(document).ready(function(){
	
	var opts = { align: 'top', labels: 'tc',  size: 25 };
	jQuery('#dock').jqDock(opts);
	
	

	
	
});
