So I noticed that the javascript code that you can use to mass suggest a page to friends is not working anymore.

This is the code: javascript:elms=document.getElementById('friends') .getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}

Does anyone know of a trick to suggest a page to all your friends?

Thanks!