var blforms={
	loadHtml: function(url, el, data) {
		new Request.HTML({url: url, update: el}).post(data);	
	}
}
