<html>
<head>
<meta charset="windows-1251" />
</head>
<body>
<script>
str='фууfoo<div class="me"><a stop-start_id="15" class="mLink tok" href="./product_info.php?t=220">спортивные новости / sportnews <span class="tor">(2011, author. / автор)</span> <span class="tor">[block, 12]</span> Free</a></div>barфуу'
re=/.*<div\s+class\s*=\s*['"]\s*me\s*['"]\s*>(.*)<\/div\s*>.*/g
str=str.replace(re, "$1")
str=str.replace(/<[^>]*>/g, "")
str=str.replace(/[^\w]+/g, " ")
alert(str)
</script>
</body>
</html>