var kws = "广告|法抡功|垃圾";
function check(theForm) 
{
if (eval("/"+kws+"/gi.test(theForm)"))
{return true;}
 return false;
}
