$(document).ready(function(){
	$(".feedback").click(function() {
		var GB_ANIMATION = true;var t = this.title || $(this).text() || this.href;GB_show(t,"http://localhost/edunews/feedback.html",413,566)
	});

	$("a[@class=contato]").click(function() {
		var GB_ANIMATION = true;var t = this.title || $(this).text() || this.href;GB_show("FALE CONOSCO ",this.rel,200,575)
	});
});