$(document).ready(function() {
	$('a[href="#"]').click(function(event) {
		event.preventDefault();
	})
	//attr('title','mylink');

});
