The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
functionautoEdLinks(str){//MAIN FUNCTION describes list of fixesstr=str.replace(/\]\[/g,"] [");//repair bad external linksstr=str.replace(/\[?\[http:\/\/([^\]\n]*?)\]\]?/gi,"[http://$1]");//str = str.replace(/\[http:\/\/([^\]]*?)\|([^\]]*?)\]/gi, "[http://$1 $2]");returnstr;}