function rempost(id){
	if(confirm("Sure?")){
		new Ajax.Request('http://skillfights.com/ajax', { parameters: { mode: 'board', bmode: 'rempost', id:id } });
		hide('post'+id);
	}
}
