<!--function getProcessingSketchID () { return 'pjs'; }function insertPJS(nm,wid,hei) {	if (document.URL.indexOf("?m=") < 5) {		// alert("swap");		document.getElementById('pjs_holder').innerHTML = '<canvas id="pjs" data-processing-sources="../works_js/' + nm + '.pde" width="' + wid + '" height="' + hei + '"><p>Your browser does not support the canvas tag.</p></canvas>';		// alert("launch");		document.initSketch();	}	}//-->
