([\s\S]*?)<\/div>?=*$/gmi, "[$2]$4[/$2]");
html = html.replace(/
/gi, "[center]");
html = html.replace(/<\/div>/gi, "[/center]");
html = html.replace(/
![]()
/gi, "[img]$2[/img]");
html = html.replace(/
(.*?)<\/a>/gi, "[url=$2]$4[/url]");
html = html.replace(/\/\//gi, "/");
html = html.replace(/http:\//gi, "http://");
html = html.replace(/<(?:[^>'"]*|(['"]).*?\1)*>/gmi, "");
html = html.replace(/\r\r/gi, "");
html = html.replace(/\[img]\//gi, "[img]");
html = html.replace(/\[url=\//gi, "[url=");
html = html.replace(/(\S)\n/gi, "$1 ");
return html;
}