function showgritter(title,content,image)
{
	$.gritter.add({
	title: title,
	text: content,
	image: image,
	sticky: false, 
	time: '2000'
	});

}
