$(document).ready(bind_events);
Sys.Application.add_load(bind_events);
function bind_events() {
$('a.tips').cluetip ({ 
		width: 350,
		showTitle: false,
		dropShadowSteps: 3,
		tracking: true,
		ajaxCache: false
});
}