$().ready(function () {
	$.get('/webapps/alerts/getAlerts.aspx', function(data) {
		$('body').prepend(data);								 
	});
});

