$(document).ready(function() {

$("ul#smile_gallery a").click(function() {
	if( $(this).attr("href") == "#" ) {
		return false;
	}
});

});
