	$(document).ready(
		function()
		{
			$('#dock2').Fisheye(
				{
					maxWidth: 60,
					items: 'a',
					itemsText: 'span',
					container: '.dock-container2',
					itemWidth: 77,
					proximity: 60,
					alignment : 'left',
					valign: 'bottom',
					halign : 'center'
				}
			)
		}
	);

$(function() {
    // run the code in the markup!
    $('td pre code').each(function() {
        eval($(this).text());
    });
});



