import prohtml.*;
import java.util.regex.*;
PrintWriter txtfile;
HtmlList htmlList;
void setup(){
size(100,100);
//enter your url here
//htmlList = new HtmlList("http://roberttwomey.com/projects");
htmlList = new HtmlList("http://www.google.com/search?q=%22text+is+a+trap!%22");
String s_list = "";
for (int i = 0;i