//window.onload = function() {init();}
$(document).ready(function(){
	

	
	/*
	$('a.rollover').bind('mouseover', function(){
		var val = $(this).attr('rel');
		var current = $(this).text();
		$(this).attr('title', current).text(val);
	}).bind('mouseout', function(){
		var old = $(this).attr('title');
		$(this).attr('title', '').text(old);
	});
	*/
});
